change_dynamic_test, a FORTRAN77 code which calls change_dynamic(), which uses dynamic programming to solve the change making problem, which counts the number of ways a given sum can 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 GNU LGPL license.
change_dynamic, a FORTRAN77 code which uses dynamic programming to solve the change making problem, which counts the number of ways a given sum can be formed using coins of various denominations.