subset_sum_test


subset_sum_test, a C code which calls subset_sum() to seek solutions of the subset sum problem.

Licensing:

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

Related Data and Programs:

subset_sum, a C 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 11 August 2019.