...

/

Challenge: Number of Ways to Represent N Dollars

Challenge: Number of Ways to Represent N Dollars

In this lesson you will write an algorithm to solve a famous dynamic programming problem, finding the number of ways to represent an amount using bills and coins.

Problem statement

Given a list of currency bills, you are required to ...