Just a collection of coding problems from a few platforms. Documenting code to enable better understanding of concepts behind the certain code. All codes are not complete solutions in C++, some of them just have the solution functions or classes.
- Make a folder with your name or Github handle under this repo.
- Make separate folders for various platforms under your named folder.
- Add problems to these folders and make a PR.
- If you want to contribute to other people's folders make necessary changes and create PR and ask them for a review.
- If you want to add some code implementing an algorithm that you read up somewhere you can add to the Algorithms folder under the root directory.
- You can refer to the PR_TEMPLATE file to create a PR.