There is a version of the subset problem that asks if it is possible to find a subset of a set of integers that add up to the sum of the numbers not in the subset. Anyone know what the algorithm is? Thanks

link|improve this question

50% accept rate
1  
Duplicate stackoverflow.com/questions/443712/…. – Captain Giraffe Apr 26 '11 at 12:47
feedback

1 Answer

up vote 1 down vote accepted

This is the Partition problem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.