MCPcopy Create free account
hub / github.com/PengFTang/Algorithms-in-Java / CoinChange

Class CoinChange

DynamicProgramming/CoinChange.java:9–81  ·  view source on GitHub ↗

The change-making problem addresses the following question: how can a given amount of money be made with the least number of coins of given denominations? The class gives two implementations: an iterative one and a recursive one. @author FLAG

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected