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

Added coin change problem. #162

Closed
wants to merge 5 commits into from

Conversation

@himadriganguly
Copy link

@himadriganguly himadriganguly commented Jul 15, 2020

Added coin change algorithm code in Golang to find the total number of combinations that can be achieved with the given number of coins to get the specified sum.

Added coin change algorithm code in Golang to find the total number of combinations that can be achieved with the given number of coins to get the specified sum.
@himadriganguly
Copy link
Author

@himadriganguly himadriganguly commented Jul 15, 2020

Checked on my local system and it is working exactly fine. golangci-lint check also returns no error.
If anyone can point out the problem of the All checks have failed error it will be helpful.

@@ -0,0 +1,29 @@
/* Coin Change problem
1. Finding the total number of combination that can be achieved with the given number of coins to get the specified sum.

This comment has been minimized.

@nomisrevol

nomisrevol Sep 28, 2020
Collaborator

Please provide a more informative description. About the problem, how to solve it, and reference also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.