InterviewSolution
Saved Bookmarks
| 1. |
Fractional knapsack problem is also known as __________(a) 0/1 knapsack problem(b) Continuous knapsack problem(c) Divisible knapsack problem(d) Non continuous knapsack problemI have been asked this question during an online exam.The query is from Greedy Algorithms in portion Greedy Algorithms of Data Structures & Algorithms II |
|
Answer» Right answer is (B) CONTINUOUS knapsack problem |
|