partition_brute, a C++ code which seeks solutions of the partition problem, splitting a set of integers into two subsets with equal sum.
The information on this web page is distributed under the MIT license.
partition_brute is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
change_making, a C++ code which considers the change making problem, in which a given sum is to be formed using coins of various denominations.
cpp_combinatorics, a C++ code which considers a variety of problems in combinatorics involving counting, combinations, permutations, and so on.