Code repository for C++ Master Course from Coding Blocks
The code in this repo is what I wrote while pursuing the course. It may be incomplete and some of the programs (~0.5%) may have bugs. Use it intelligently.
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to this repo. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
- This repo only accepts code from the Cpp Data Structures and Algorithms Launchpad Course.
- Take a look at the file structure and naming convention before submitting a PR.
- Fork the Project
- Create your own Branch (git checkout -b girish/dynamic-programming)
- Commit your Changes (git commit -m 'Added coin change problem')
- Push to the Branch (git push origin girish/dynamic-programming)
- Open a Pull Request
- Prateek Narang for making this wonderful course.