change_dynamic_test


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

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.

Source Code:


Last revised on 19 October 2022.