Question: Which dynamic programming approach is used to solve the Coin Change problem?
Options:
Correct Answer: Bottom-up
Solution:
The Coin Change problem can be solved using a bottom-up dynamic programming approach, where solutions to smaller subproblems are built up to solve larger problems.