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 information on this web page is distributed under the MIT 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.