In the knapsack problem shouldn’t the wts[i]<=capacity in the recursion method since equal capacity should also be included. In the video it says otherwise. Please explain
Wts[i]<capacity
Hey @aakarshsasi
in the recursion method since equal capacity should also be included // use this case No issue