Tagged Questions

4
votes
1answer
386 views

A 2-approximation algorithm for Vertex-Cover problem using “Spanning Tree”

I have seen a question on 2-approximation algorithm for Vertex-Cover problem(VC, known Np-Complete problem), and i don't know the answer. The problem is the following : Find a 2-approximation ...