Question: Consider the following greedy algorithm for Vertex Cover. Choose the vertex with greatest degree (the most edges connected to it), add that vertex to the
Consider the following greedy algorithm for Vertex Cover. Choose the vertex with greatest degree (the most edges connected to it), add that vertex to the cover and remove all the adjacent edges. Repeat until no more edges. Prove that this algorithm does not achieve a 2-approximation of the optimal vertex cover.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
