Dynamic Programming: Knapsack - Minimum Subset Sum Difference
The following code attempts to solve the minimum subset sum difference problem using space-optimized DP. Identify the line containing the subtle bug that causes incorrect results on some inputs.
