-
Notifications
You must be signed in to change notification settings - Fork 9
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
Lecture "Greedy algorithms", exercise 1 #39
Comments
|
I checked the solution to understand why my algorithm was not returning the right solution.
If I understand well, the reason is connected to the automatic approximation in python, am I right?
|
|
Implement the algorithm introduced in Section "Greedy algorithms" for returning the minimum amount of coins for a change. Accompany the implementation of the function with the appropriate test cases.
The text was updated successfully, but these errors were encountered: