Daily-Coding-DS-ALGO-Practice icon indicating copy to clipboard operation
Daily-Coding-DS-ALGO-Practice copied to clipboard

Coin Change

Open 2000shivam659 opened this issue 3 years ago • 3 comments

Aim

You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money.

Return the fewest number of coins that you need to make up that amount. If that amount of money cannot be made up by any combination of the coins, return -1.

You may assume that you have an infinite number of each kind of coin.

Details

cd

Programming language

  • [ ] C
  • [ ] C++
  • [x] Java
  • [ ] Python

2000shivam659 avatar Jul 23 '21 12:07 2000shivam659

Please assign me this issue @Amit366 @Ayush7614

2000shivam659 avatar Jul 23 '21 17:07 2000shivam659

Please assign this issue to me under LGM-SoC'21 in java @ravikr126 @sameeksharl @Amit366 @Ayush7614

Rounak-chauhan avatar Jul 26 '21 20:07 Rounak-chauhan

Can i do this problem in c++.

DurveshKumarPal avatar Oct 01 '21 12:10 DurveshKumarPal