partition_greedy_test


partition_greedy_test, a MATLAB 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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

partition_greedy, a MATLAB 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.

Source Code:


Last revised on 16 October 2022.