comp-think/2022-2023

Lecture "Greedy algorithms", exercise 1

essepuntato opened this issue · 0 comments

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.