Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Coin Change DP #207

Open
luv2001 opened this issue Oct 2, 2021 · 5 comments
Open

Coin Change DP #207

luv2001 opened this issue Oct 2, 2021 · 5 comments

Comments

@luv2001
Copy link

luv2001 commented Oct 2, 2021

🚀 Feature

Coin Change Problem
if we want to make change for N cents, and we have infinite supply of each of S = { S1, S2, .. , Sm} valued coins, how many ways can we make the change?

Have you read the Contribution Guidelines?

yes

Pitch

The Coin Change Problem is considered by many to be essential to understanding the paradigm of programming known as Dynamic Programming.

Assignees

(Do not make changes in this section until asked to do so)
C - @Yash091
C# -
C++ - @luv2001
Go -
Java - @sbaijal
Javascript -
Kotlin -
Python -

@luv2001
Copy link
Author

luv2001 commented Oct 2, 2021

Please assign me this issue in C++

@Yash091
Copy link
Contributor

Yash091 commented Oct 2, 2021

@manan025 i wanna contribute in C.

@manan025
Copy link
Owner

manan025 commented Oct 2, 2021

@luv2001 - C++
@Yash091 - C
assigned

@sbaijal
Copy link

sbaijal commented Oct 2, 2021

Hi @manan025
I want to contribute in java

@manan025
Copy link
Owner

manan025 commented Oct 2, 2021

@sbaijal - Java assigned to you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants