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.
The information on this web page is distributed under the MIT license.
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.