-
Notifications
You must be signed in to change notification settings - Fork 20k
Greedy Algorithm Implementations and Explanations #4493 #4504
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
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 code looks good, could you please remove main
, logging to console, and add some JUnit tests? (see https://github.com/TheAlgorithms/Java/tree/master/src/test/java/com/thealgorithms)
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.
I've made the necessary changes you can check and merge accordingly.
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.
Please fix PR checks
src/main/java/com/thealgorithms/greedyalgorithms/ActivitySelection.java
Outdated
Show resolved
Hide resolved
src/test/java/com/thealgorithms/greedyalgorithms/DijkstrasAlgorithmTest.java
Outdated
Show resolved
Hide resolved
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.
Appropriate changes are made, can you check.
Please fix the linter job which is failing and add more tests for coin change |
@siriak Necessary changes are made, you can check . |
Uh oh!
There was an error while loading. Please reload this page.