change_greedy_test, an Octave code which calls change_greedy(), which uses a greedy algorithm to seek a solution of the change making problem, in which a given sum is to be formed using coins of various denominations.
The computer code and data files described and made available on this web page are distributed under the MIT license
change_greedy, an Octave code which uses a greedy algorithm to seek a solution of the change making problem, in which a given sum is to be formed using coins of various denominations.