Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Coin Change II" problem where you find the number of distinct ways to make change for a given amount using dynamic programming.

Run the code to see the output here...