zairza-cetb / hacktoberfest-2018

MIT License
20 stars 102 forks source link

CoinChange.cpp #26

Closed gunnu13 closed 6 years ago

gunnu13 commented 6 years ago

Implemented Coin Change problem in cpp

The Pull Request resolves Issue #

Description: A brief description about the addition or edits made.

Notes: Delete all the text including this!

senapati-deepak commented 6 years ago

Please Create a folder coin_change inside dynamic_programming. place your file within the coin_change folder.

ankitjena commented 6 years ago

This isn't dynamic programming. You have used recursion.