Dynamic Programming: Knapsack - Equal Partition (Partition Equal Subset Sum)
Suppose the problem is modified so that each number in the input array can be used multiple times to form the subsets. Which change to the DP approach correctly solves this variant?
