subset_sum_brute_test, a C++ code which calls subset_sum_brute(), which illustrates how a subset sum problem can be solved by brute force.
The information on this web page is distributed under the MIT license.
subset_sum_brute, a C++ code which uses brute force 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.