subset_sum_brute_test


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

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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

Source Code:


Last revised on 25 October 2022.