1

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

NoWar
  • 36,338
  • 80
  • 323
  • 498
rach
  • 701
  • 6
  • 16
  • 20

1 Answers1

1

This is the Partition problem.

Aasmund Eldhuset
  • 37,289
  • 4
  • 68
  • 81