manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Coin Change DP #207

Open luv2001 opened 3 years ago

luv2001 commented 3 years ago

🚀 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 commented 3 years ago

Please assign me this issue in C++

Yash091 commented 3 years ago

@manan025 i wanna contribute in C.

manan025 commented 3 years ago

@luv2001 - C++ @Yash091 - C assigned

sbaijal commented 3 years ago

Hi @manan025 I want to contribute in java

manan025 commented 3 years ago

@sbaijal - Java assigned to you