Skip to content

A repo for interesting Competitive Coding problems

License

Notifications You must be signed in to change notification settings

venkata-sreeram/CompetitiveCode

 
 

Repository files navigation

CompetitiveCode

This is a repo for interesting Competitive Coding problems. 📜💻

Add any problem from any platform in their respective folder. If you are creating your own problem, add it into "misc" folder

Any language can be used (preferred: C,C++,Python,Java,Javascript) ✨🔥

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.5%
  • C++ 38.8%
  • Java 10.3%
  • JavaScript 2.2%
  • Ruby 1.2%