ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The 0-1 Knapsack problem can be solved using Greedy algorithm.
Correct Answer: B — False
The Knapsack problem cannot be solved using the greedy algorithm.