CPP-Data-Structures-Algorithms-Launchpad icon indicating copy to clipboard operation
CPP-Data-Structures-Algorithms-Launchpad copied to clipboard

Code repository for C++ Master Course from Coding Blocks

Forks Stargazers Issues LinkedIn

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

:information_desk_person: Pull Request Process

  1. Fork the Project
  2. Create your own Branch (git checkout -b girish/dynamic-programming)
  3. Commit your Changes (git commit -m 'Added coin change problem')
  4. Push to the Branch (git push origin girish/dynamic-programming)
  5. Open a Pull Request

Acknowledgements