Page 1 of 1

Which of the following statement about 0/1 knapsack and fractional knapsack problem is correct?

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) In 0/1 knapsack problem items are divisible and in fractional knapsack items are indivisible
b) Both are the same
c) 0/1 knapsack is solved using a greedy algorithm and fractional knapsack is solved using dynamic programming
d) In 0/1 knapsack problem items are indivisible and in fractional knapsack items are divisible