subset_sum_brute_test


subset_sum_brute_test, a FORTRAN77 code which calls subset_sum_brute(), which illustrates how a subset sum problem can be solved by brute force.

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:

subset_sum_brute, a FORTRAN77 code which illustrates how a subset sum problem can be solved by brute force.

Source Code:


Last revised on 25 October 2022.