As Knapsack has a time complexity of O(nW)
for Knapsack
- linear time-complexity
- fast no matter how large W is
- may need a large memory when W is large
- if W directly proportional to n, then time complexity becomes O(n^2)
- none of the above
which one or none of the above is true? I think 2, 3, 4 are correct