-
-
Notifications
You must be signed in to change notification settings - Fork 745
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 Dynamic Programming Section #117
Comments
Thank you for your interest in contributing. 👍
I'll look forward to reviewing your PR as soon as I can. Thank you. 🙂 |
I would like to contribute my code. There are various versions as Swastyy mentioned. I would try and cover all of them with explanation. |
Feel free to create a PR. 🙂 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Don't close. |
Hello, I would like to work on this, can it be assigned to me and I solved all the variation of coin changes |
Sure, go ahead. |
@appgurueu I need your help with a pressing issue. Despite using the Clang Format extension in VS Code to format my code accurately, all jobs are consistently failing with the Clang Format linter. I'm at a loss as to why this is happening. Can you please assist me in resolving this matter as soon as possible? |
Why do you need C(++) code for explaining algorithms? Just use pseudocode or more approachable scripting languages. For me to be able to help you with this, I'd need a link to the failing jobs. |
You're confusing things here. This is the Algorithms-Explanation repo, not the Java repo. I'm not a maintainer on the Java repo. |
What is there in
Coin Change.md
?Only a variation of unbounded Knapsack
Issue:
There exists many more variations like having a fixed number of coins or say a problem where we want to find the number of ways (ordered) a sum of money can be formed
Suggested Solution:
We can add these two explanations separately in files.
The text was updated successfully, but these errors were encountered: