partition_greedy_test, an Octave code which calls partition_greedy(), which seeks uses a greedy algorithm to seek solutions of the partition problem, splitting a set of integers into two subsets with equal sum.
The computer code and data files described and made available on this web page are distributed under the MIT license
partition_greedy, an Octave code which seeks uses a greedy algorithm to seek solutions of the partition problem, splitting a set of integers into two subsets with equal sum.