Coin Change

Try to solve the Coin Change problem.

Statement

Given an integer total that represents the target amount of money and a list of integers coins that represents different coin denominations, find the minimum number of coins required to make up the total amount. If it’s impossible to achieve the ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy