Tagged Questions
4
votes
1answer
383 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 ...
2
votes
3answers
905 views
What is the difference between a 'combinatorial algorithm' and a 'linear algorithm'?
Or rather, what is the definition of a combinatorial algorithm and a linear algorithm, resp.?
To make it clear because obviously the first responders misunderstood the question: I am not looking for ...