change_greedy_test, a MATLAB 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, a MATLAB 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.