prafulla-k-roy / algo-education

This is an educational venture to create a one stop destination for various algorithms, starting for beginners and aiming for expertise.
MIT License
2 stars 22 forks source link

Coin-change Problem #13

Open prafulla-k-roy opened 2 years ago

prafulla-k-roy commented 2 years ago

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.

aditya-joshi7 commented 2 years ago

Hey, @prafulla-k-roy Can you assign this to me? Would like to contribute on this.

PrakritiRaw commented 2 years ago

hi @prafulla-k-roy , can you please assign this to me , I would love to do this!!!

prafulla-k-roy commented 2 years ago

@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.

Devesh326 commented 2 years ago

Hey, @prafulla-k-roy would like to solve this using Java!

Arika008 commented 2 years ago

@prafulla-k-roy It would be great if you could just look at my PR #49

TanyaSri-23 commented 2 years ago

Hello! Can you please assign this issue to me?

Shivarawat commented 2 years ago

Hey, Can you assign this one to me?