1.

The 0-1 Knapsack problem can be solved using Greedy algorithm.(a) True(b) FalseThe question was asked during an interview for a job.My question is from 0/1 Knapsack Problem topic in chapter Dynamic Programming of Data Structures & Algorithms II

Answer»

Right answer is (B) False

For EXPLANATION: The KNAPSACK problem cannot be solved using the greedy ALGORITHM.



Discussion

No Comment Found

Related InterviewSolutions