+ 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
3 odpowiedzi
+ 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.
+ 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
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