subset_sum_backtrack_test


subset_sum_backtrack_test, a Fortran90 code which calls subset_sum_backtrack(), which seeks solutions of the subset sum problem.

Licensing:

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

Related Data and Programs:

subset_sum_backtrack, a Fortran90 code which seeks solutions of the subset sum problem, in which it is desired to find a subset of a set of integers which has a given sum.

Source Code:


Last revised on 06 November 2022.