InterviewSolution
Saved Bookmarks
| 1. |
Fractional knapsack problem is solved most efficiently by which of the following algorithm?(a) Divide and conquer(b) Dynamic programming(c) Greedy algorithm(d) BacktrackingI have been asked this question in semester exam.My doubt is from Greedy Algorithms topic in division Greedy Algorithms of Data Structures & Algorithms II |
|
Answer» The CORRECT answer is (C) Greedy algorithm |
|