Dynamic Programming: Knapsack - Ones and Zeroes (2D Knapsack)
Given the following code snippet implementing the optimal solution for the Ones and Zeroes problem, what is the output for
strs = ["10", "0"], m = 1, n = 1?