CPP-Data-Structures-Algorithms-Launchpad
CPP-Data-Structures-Algorithms-Launchpad copied to clipboard
Code repository for C++ Master Course from Coding Blocks
CPP-Data-Structures-Algorithms-Launchpad
Table of Contents
- About
- Disclaimer
- Contributing
- Acknowledgements
About
Code repository for C++ Master Course from Coding Blocks
Disclaimer
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.
Contributing
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
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.
:pushpin: Note
- 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.
:information_desk_person: Pull Request Process
- 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
Acknowledgements
-
Prateek Narang for making this wonderful course.