Partition problem
Appearance
Partition is an NP-Complete problem in Computer Science. The problem is to answer the question, "Given a set of integers, is there a way to divide the set into two subsets such that the sums of the numbers in each subset are equal?"