subset_sum_backtrack_test


subset_sum_backtrack_test, a C code which calls subset_sum_backtrack(), which uses backtracking to find a solution of the subset sum problem, a subset of a set of integers which has a given sum.

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_backtrack, a C code which uses backtracking to find a solution of the subset sum problem, a subset of a set of integers which has a given sum.

Source Code:


Last revised on 05 November 2022.