-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Created greedy_coin_change.py file #3805
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
Conversation
added the file in greedy_methods folder to implement the same method
Can someone review my PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is my review. Thanks for contributing to open source!
@DevanshiPatel18, just to confirm are you there? This PR might get closed due to inactivity |
Altered the code according to the changes that were requested.
Hi, Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are effective in the new code.Thanks.
doctests added to the function find_minimum_change.
Also we are planning to remove the directory greedy, possibly move it any other categories |
You should do it, please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested other few test cases by myself it worked fine with me.
Hi,
The greedy directory is removed so where should I move this file to? |
Its upto your choice, i would recommend use |
This pull request 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. |
I'm active sir
…On Thu, Nov 26, 2020, 6:06 PM xcodz-dot, ***@***.***> wrote:
@DevanshiPatel18 <https://github.com/DevanshiPatel18>, just to confirm
are you there? This PR might get closed due to inactivity
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3805 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQOBVQP4RUZ6OUY5ID7KSBLSR2KLFANCNFSM4TCC5E6A>
.
|
Hello you have mistaken on this email. The email was sent long while ago and was mentioned for @DevanshiPatel18 |
This pull request 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. |
All necessary changes have been made, I believe that this pull request is ready to be merged 💯, although it must be approved by a user with write access for that to happen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
cc: @cclauss @dhruvmanila
This pull request 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. |
* Hacktoberfest: Add greedy_coin_change.py file added the file in greedy_methods folder to implement the same method Altered the code according to the changes that were requested. * Added doctests. doctests added to the function find_minimum_change. * Added Greedy change file in Maths folder. * updating DIRECTORY.md * Deleted Greedy Method Folder * updating DIRECTORY.md * Update greedy_coin_change.py * fix: black formatting issues Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Dhruv Manilawala <[email protected]>
* Hacktoberfest: Add greedy_coin_change.py file added the file in greedy_methods folder to implement the same method Altered the code according to the changes that were requested. * Added doctests. doctests added to the function find_minimum_change. * Added Greedy change file in Maths folder. * updating DIRECTORY.md * Deleted Greedy Method Folder * updating DIRECTORY.md * Update greedy_coin_change.py * fix: black formatting issues Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Dhruv Manilawala <[email protected]>
* Hacktoberfest: Add greedy_coin_change.py file added the file in greedy_methods folder to implement the same method Altered the code according to the changes that were requested. * Added doctests. doctests added to the function find_minimum_change. * Added Greedy change file in Maths folder. * updating DIRECTORY.md * Deleted Greedy Method Folder * updating DIRECTORY.md * Update greedy_coin_change.py * fix: black formatting issues Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Dhruv Manilawala <[email protected]>
added the file in greedy_methods folder to implement the same method
Created the said file to implement the greedy coin change problem.
Checklist:
Fixes: #{$ISSUE_NO}
.