Skip to content

mukhter2/UVA-674-coin-change-solution-cpp-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Problem statement:

UVA- 674 ( Coin change) is a simple coin change  dp problem. 

In this problem we have given a number of amount of money in cents and 5 types of coins. We have to find out the total number of ways of making changes for that particular amount of money.