dubesar / Ultimate-Java-Resources

Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
MIT License
285 stars 291 forks source link

Minimum Coins Problem #577

Closed kavinraju closed 3 years ago

kavinraju commented 3 years ago

🚀 Feature

Minimum Coins

From the given set of coins find out the minimum number of coins required to obtain the sum as the total amount.

Have you spent some time to check if this issue has been raised before?

Yes

Have you read the Contributing Guidelines?

Yes

Pitch

This a problem that's been asked in most of the campus placements. I used this code during my campus placements. I hope this might be useful to others too.