Algorithms-Explanation icon indicating copy to clipboard operation
Algorithms-Explanation copied to clipboard

Coin Change Problem in Dynamic Programming Section

Open Swastyy opened this issue 4 years ago • 11 comments

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.

Swastyy avatar Jul 21 '21 16:07 Swastyy

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

  • The algorithm isn't a duplicate in this repository in that language.
  • Follow the steps mentioned at the README.md.
  • Ensure that you include YouTube, Wikipedia, or any other links for algorithm explanation.

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

Panquesito7 avatar Jul 21 '21 19:07 Panquesito7

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

parthsarthi313 avatar Aug 18 '21 08:08 parthsarthi313

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

Panquesito7 avatar Aug 18 '21 22:08 Panquesito7

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.

stale[bot] avatar Sep 19 '21 20:09 stale[bot]

Don't close.

Swastyy avatar Sep 20 '21 14:09 Swastyy

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

abhisheksharma010 avatar Jul 10 '23 00:07 abhisheksharma010

Sure, go ahead.

appgurueu avatar Jul 10 '23 07:07 appgurueu

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

abhisheksharma010 avatar Jul 11 '23 05:07 abhisheksharma010

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

appgurueu avatar Jul 11 '23 07:07 appgurueu

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

abhisheksharma010 avatar Jul 11 '23 10:07 abhisheksharma010

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

appgurueu avatar Jul 11 '23 14:07 appgurueu