Define the problem PARTITION as follows:
PARTITION
Input: A collection of integers.
Output: YES if the collection can be split into two such that the sum of the integers in each partition sums to the same amount. NO otherwise.
(a) Assuming that PARTITION is N P-complete, prove that BIN PACKING is N P-complete.
(b) Assuming that PARTITION is N P-complete, prove that KNAPSACK is N P-complete.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here