Hi Guys,
I have a question...
     Integer partitioning is NP-complete. So partitioning a set into 'n' number of equal sets is also in NP (When n=2 we get the first one). But Integer partitioning has a nice DP solution (though not in P)... Similarly does Integer partitioning into 'n'  equal sets also has a DP solution? If not... what could be the best approach?

Reply via email to