codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
203 stars 163 forks source link

Coin change problem #242

Closed nandikeshsingh closed 6 years ago

nandikeshsingh commented 6 years ago

ISSUE NUMBER

241

SHORT DESCRIPTION

Coin change problem using dynamic programming in C++.

TESTING

Passed all the test cases on geeksforgeeks. screenshot from 2017-12-18 15-49-58

nandikeshsingh commented 6 years ago

updated readme as needed.

nandikeshsingh commented 6 years ago

updated readme.md