Question: Consider the greedy algorithm for the knapsack problem: Sort the objects by decreasing ratio of profit to size, and then greedily pick objects in this
Consider the greedy algorithm for the knapsack problem: Sort the objects by decreasing ratio of profit to size, and then greedily pick objects in this order. Show that this algorithm does not have a constant approximation ratio (Hint: Construct an example where the ratio depends on the input. Easy)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
