Wts[i]<capacity

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

Hey @aakarshsasi
in the recursion method since equal capacity should also be included // use this case No issue