TheAlgorithms / Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
MIT License
2.99k stars 743 forks source link

Coin Change Problem in Dynamic Programming Section #117

Open Swastyy opened 3 years ago

Swastyy commented 3 years ago

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.

Panquesito7 commented 3 years ago

Thank you for your interest in contributing. 👍 Before submitting a PR, please ensure the following:

I'll look forward to reviewing your PR as soon as I can. Thank you. 🙂

parthsarthi313 commented 3 years ago

I would like to contribute my code. There are various versions as Swastyy mentioned. I would try and cover all of them with explanation.

Panquesito7 commented 3 years ago

I would like to contribute my code. There are various versions as Swastyy mentioned. I would try and cover all of them with an explanation.

Feel free to create a PR. 🙂

stale[bot] commented 3 years ago

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.

Swastyy commented 3 years ago

Don't close.

abhisheksharma010 commented 1 year ago

Hello, I would like to work on this, can it be assigned to me and I solved all the variation of coin changes

appgurueu commented 1 year ago

Sure, go ahead.

abhisheksharma010 commented 1 year ago

@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?

appgurueu commented 1 year ago

@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.

abhisheksharma010 commented 1 year ago

Code is in Java . https://github.com/TheAlgorithms/Java/actions/runs/5513995132/jobs/10052756116?pr=4238

appgurueu commented 1 year ago

You're confusing things here. This is the Algorithms-Explanation repo, not the Java repo. I'm not a maintainer on the Java repo.