Dynamic Programming: Knapsack - Equal Partition (Partition Equal Subset Sum)
Given the final dp array for target=5 as dp = [True, False, True, False, True, False], which of the following input arrays could produce this dp state after processing all elements?
