How to make minimum coin change problem using c and c# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make minimum coin change problem using c and c#

May you help me to make program about minimum coin change problem using c and c#? example: Input: coins = [1,2,5], amount = 11 Output: 3 Explanation: another way to get amount coin 11 using number coin 1,2, and 5. But, minimum coin to make 11 is use 3 coins (5 + 5 + 1 = 11). here example program that use java languange. But may you help me to make it using c and c#? https://www.techiedelight.com/coin-change-making-problem-unlimited-supply-coins/ Thank you very much in advance

16th Oct 2021, 11:57 PM
Srafhan
3 Answers
+ 1
Srafhan add the specificaton of the challenge/problem, a lesson number or something that gives the statement of the problem and the required output and input. There is not enough information here to help you.
17th Oct 2021, 12:31 AM
Paul K Sadler
Paul K Sadler - avatar
+ 1
Yeah as @Paul K Sadler said, your question does not have enough information for us to help you. Share the link for the complete question, or add the complete question in your post
17th Oct 2021, 2:59 AM
Rishi
Rishi - avatar
0
I'm sorry for the lack of information I've made. Thank you very much @Paul K Sadler @Rishi for your suggestions. I've just added more information to my question post
17th Oct 2021, 8:05 AM
Srafhan