This repository contains Questions solved by me in various Programming platforms and contests in C++.
It was underwent in a bid to build upon the knowledge from the previous repositories, which can be found here-
I decided to Choose CPP because it widely known as a great programming language to build a strong foundation as well as Strong community support and legacy libraries.
Sr. No | Platforms |
---|---|
1. | Codechef |
2. | Codeforces |
3. | CSES Problem Set |
4. | GFG |
5. | Hacker Earth |
6. | Hacker Rank |
7. | LeetCode |
8. | Other |
- First, fork this repository 🍴 and follow the given instructions:
# clone the repository to your local machine
$ git clone https://github.com/<YOUR-GITHUB-USERNAME>/competitive_coding.git
# navigate to the project's directory and install all the relevant dev-dependencies
$ cd competitive_coding
# include all the latest changes from the remote repository
$ git remote add upstream https://github.com/parasguglani1/competitive_coding
$ git fetch upstream
$ git merge upstream/master
-
Microsoft VS Code for typing and executing these files.
-
C/C++ for Visual Studio Code and Code Runner for faster execution in terminal.
-
Competitive Programming Helper For running test cases locally
-
LeetCode For solving LeetCode problems in VS Code.
Think you're ready ❔ Make the PR 🍹
- Add your changes in the respective folder
- Once you have made your changes, run the following command:
# add your changes
$ git add .
# make your commit
$ git commit -m "<YOUR-COMMIT-MESSAGE>"
# push your changes
$ git push -u origin master #for first time push
$ git push #from second push onwards
- open your forked repository
- Click on Create New Pull Request
- Give a message in the comment box about the PR
- Hurrah!! Your PR made! Wait for your PR to be evaluated and merged.
See the LICENSE for details.
@parasguglani1 is the sole author of this repository. Feel free to contact me on Linkedin or Mail