Open prafulla-k-roy opened 2 years ago
Hey, @prafulla-k-roy Can you assign this to me? Would like to contribute on this.
hi @prafulla-k-roy , can you please assign this to me , I would love to do this!!!
@aditya-joshi7 and @PrakritiRaw there you go. Sorry for late response as I was sick for last few days. Code will be preferred in Java and Python.
Hey, @prafulla-k-roy would like to solve this using Java!
@prafulla-k-roy It would be great if you could just look at my PR #49
Hello! Can you please assign this issue to me?
Hey, Can you assign this one to me?
Write an implementation of coin-change problem on an integer array with proper explanation through comments.
Statement
Given an integer array of coins[ ] of size N representing different types of currency and an integer sum, The task is to find the number of ways to make sum by using different combinations from coins[].
Note: Assume that you have an infinite supply of each type of coin.