Rahul-Vijay / C_plus_plus_Algos

Collection of C++ Algorithms for a quick reference. Fork it and start hacking :)
0 stars 32 forks source link

Added solution for minimum number of coins algorithm #17

Closed Ashish110110 closed 5 years ago

Ashish110110 commented 5 years ago

This algorithm is about minimizing the number of coins for a change of x rupees.

Rahul-Vijay commented 5 years ago

Can you provide some description about this algorithm @Ashish110110 ?

Ashish110110 commented 5 years ago

Updated. I have provided the problem description along with explanation in the cpp file. Please check it out! Thanks.

Rahul-Vijay commented 5 years ago

Good job!