subset_sum_backtrack_test, a MATLAB code which calls subset_sum_backtrack(), which uses backtracking to seek solutions of the subset sum problem.
The information on this web page is distributed under the MIT license.
subset_sum_backtrack, a MATLAB code which uses backtracking to seek 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.