subset_sum_brute_test, a C code which calls subset_sum_brute(), which solves a subset sum problem by brute force.
The information on this web page is distributed under the MIT license.
subset_sum_brute, a C code which solves a subset sum problem by brute force.