Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Added Coin Change under Dynamic Programming#19

Merged
abranhe merged 1 commit intoAllAlgorithms:masterfrom
nikunj-taneja:patch-1
Oct 2, 2018
Merged

Added Coin Change under Dynamic Programming#19
abranhe merged 1 commit intoAllAlgorithms:masterfrom
nikunj-taneja:patch-1

Conversation

@nikunj-taneja
Copy link
Contributor

Given a value N, 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? The order of coins doesn’t matter.
This algorithm solves the above problem using bottom-up DP.

Given a value N, 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? The order of coins doesn’t matter.
@abranhe
Copy link
Member

abranhe commented Oct 2, 2018

Thank you for contributing to Algorithms/cpp, your pr got merged! ✨

@abranhe abranhe merged commit f3f2d42 into AllAlgorithms:master Oct 2, 2018
@nikunj-taneja nikunj-taneja deleted the patch-1 branch October 3, 2018 12:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants