Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coin Change Problem in C++ #140

Open
Faraaz22 opened this issue Oct 10, 2023 · 2 comments
Open

Coin Change Problem in C++ #140

Faraaz22 opened this issue Oct 10, 2023 · 2 comments
Assignees
Labels
hacktoberfest Hacktoberfest2023 hacktoberfest-accepted accepted your pr

Comments

@Faraaz22
Copy link

I wish to solve this problem:
Given an integer array of coins[ ] of size N representing different types of denominations and an integer sum, the task is to find the number of ways to make sum by using different denominations.
Kindly assign this task under for hacktober.

@sherigar sherigar added hacktoberfest Hacktoberfest2023 hacktoberfest-accepted accepted your pr labels Oct 11, 2023
@nitinsinghs273
Copy link

Please assign this to me. I want to solve this Problem

@Abiral-2724
Copy link
Contributor

Please assign it me i will give you the all 4 approach of Dp.,that is recursive , recursive+memoization , tabulation , space optimization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest2023 hacktoberfest-accepted accepted your pr
Projects
None yet
Development

No branches or pull requests

4 participants