partition_brute_test, a C code which calls partition_brute(), which seeks solutions of the partition problem, splitting a set of integers into two subsets with equal sum, using brute force.
The information on this web page is distributed under the MIT license.
partition_brute, a C code which seeks solutions of the partition problem, splitting a set of integers into two subsets with equal sum, using brute force.