in reply to Re^3: Divide an array into 2 subsets to verify their sum is equal or not.
in thread Divide an array into 2 subsets to verify their sum is equal or not.
my @test_unequal_subsets = ( ... [8, 4, 4, 7, 6, 3], ... );
8+4+4=16
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Divide an array into 2 subsets to verify their sum is equal or not.
by kcott (Archbishop) on May 02, 2013 at 22:47 UTC |