Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vishruth-S/CompetitiveCode
A repo for interesting Competitive Coding problems
https://github.com/Vishruth-S/CompetitiveCode
algorithm-challenges competitive-coding competitive-programming programming
Last synced: 2 months ago
JSON representation
A repo for interesting Competitive Coding problems
- Host: GitHub
- URL: https://github.com/Vishruth-S/CompetitiveCode
- Owner: Vishruth-S
- License: mit
- Created: 2020-10-03T07:11:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T04:34:24.000Z (about 2 years ago)
- Last Synced: 2024-08-03T01:17:21.591Z (5 months ago)
- Topics: algorithm-challenges, competitive-coding, competitive-programming, programming
- Language: C++
- Homepage:
- Size: 1.58 MB
- Stars: 163
- Watchers: 2
- Forks: 285
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repos - Competitive Code - S/CompetitiveCode/blob/main/LICENSE) | (Index / Competitive Programming)
- awesome-repositories - Competitive Code - S/CompetitiveCode/blob/main/LICENSE ) | (βΆοΈ Content / Competitive Programming)
README
# CompetitiveCode
This is a repo for interesting Competitive Coding problems and solutionsπ»
Check out [Useful Resources](https://github.com/Vishruth-S/CompetitiveCode/blob/main/USEFUL_RESOURCES.md) for some great resources that can help in Competitive Codingπ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 commentsRefer [CONTRIBUTING.MD](https://github.com/Vishruth-S/CompetitiveCode/blob/main/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**
* π [_**Ways of Contributing**_](CONTRIBUTING.md)
* π [_**Code of Conduct**_](CODE_OF_CONDUCT.md)### PS: Show some :yellow_heart: and star :star: this repo to support
#### Stay Awesome !! :smiley: