The 0-1 Knapsack problem can be solved using Greedy algorithm.
True
False
Correct Answer: B — False
Explanation:
The Knapsack problem cannot be solved using the greedy algorithm.