0
691views
(Duplicate) Find maximum profit using Fractional Knapsack approach(Greedy Method) n=6, m=13, P={18, 5, 9, 10, 12, 7}, W={7, 2, 3, 5, 3, 2}
written 2.6 years ago by |
Find maximum profit using Fractional Knapsack approach(Greedy Method) n=6, m=13, P={18, 5, 9, 10, 12, 7}, W={7, 2, 3, 5, 3, 2}
ADD COMMENT
EDIT
Marked as duplicate
This question already has an answer, hence merged with: Solve fractional knapsack problem for the following