VertexCoverByMatching

Top | recent changes | Preferences

Showing revision 5
VERTEX-COVER: Given an undirected graph G=(V,E), find a minimum-size set of vertices such that every edge has some vertex in the set.

2-approximation algorithm for vertex cover

  1. Find a maximal matching and output the set of matched vertices

thm 1.3 in text: The above algorithm is a 2-approximation algorithm for vertex cover.


References:

Top | recent changes | Preferences
This page is read-only | View other revisions | View current revision
Edited January 24, 2004 3:06 pm by NealYoung (diff)
Search: