http://www.perlmonks.org?node_id=1003620


in reply to Re^2: Mark Jason Dominus And Me - The Partition Problem
in thread Mark Jason Dominus And Me - The Partition Problem

could you tell me why? How would I recognize that I needed recursion there?

If you have a set, that you need to divide, you you probably need recursion

See Recursion (computer science) and Divide and conquer algorithm

  • Comment on Re^3: Mark Jason Dominus And Me - The Partition Problem