prateekbose / CompetitiveCode

A repo for interesting Competitive Coding problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CompetitiveCode

This is a repo for interesting Competitive Coding problems. πŸ“œπŸ’»

If you've got an interesting problem from any Competitve coding platform,add it in their respective folder. If you are creating your own problem, add it into "misc" folder

Any language can be used for the solution (preferred: C,C++,Python,Java,Javascript) ✨πŸ”₯
The solution must be well documented explaining the logic used by adding appropriate comments

Refer CONTRIBUTING.MD before sending a PR.

Getting Started

Fork this repository and clone on your local machine

git clone https://github.com/Vishruth-S/CompetitiveCode.git

Create a branch

git checkout -b branch_name

Make your changes

  • Add any new problem and its solution
  • Refer Contributing.md for more details

Commit and push

git add .
git commit -m "your_message"
git push origin branch_name

Create a new pull request from your forked repository
Wait for your PR review and merge approval!
πŸŽ‰πŸŽ‰

Important links to watch out for

PS: Star this repo while you're at it :) ⭐⭐⭐⭐⭐

Stay Awesome !! πŸ˜ƒ

About

A repo for interesting Competitive Coding problems

License:MIT License


Languages

Language:C++ 49.6%Language:Python 34.2%Language:Java 11.1%Language:C 3.2%Language:JavaScript 1.5%Language:Ruby 0.2%Language:Shell 0.2%