Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( Bonus 1 0 p t s ) As seen in class, Min - Vertex - Cover is NP - hard in general graphs. Recall

(Bonus 10pts) As seen in class, Min-Vertex-Cover is NP-hard in general graphs. Recall that a vertex cover of a graph G=(V,E) is a set CsubeV that has the property that every edge in E is incident to a vertex in C. Let M be a maximum matching in G.
(a) Describe how to get an approximation for the minimum vertex cover of a graph G from M. What is the approximation factor? Justify.
(b) We are given a bipartite graph G=(V,E) with V=RL where L and R are the partite sets of vertices. Describe a poly-time algorithm that computes a minimum vertex cover of G exactly. Analyze the time complexity. (Hint: Try a greedy approach starting from M. Be careful to prove that all edges are actually covered.)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Introduction To Databases And Data Warehouses

Authors: Nenad Jukic, Susan Vrbsky, Svetlozar Nestorov

1st Edition

1943153191, 978-1943153190

More Books

Students also viewed these Databases questions