Dynamic Programming: Knapsack - Partition to K Equal Sum Subsets
Suppose the problem is modified so that each element in the array can be used multiple times (unlimited reuse) to form
k equal sum subsets. Which of the following modifications to the DP with bitmask tabulation approach correctly adapts to this change?