Problem

A vertex cover of a graph G = (V, E) is a subset of vertices S ⊆ V that includes at least...

A vertex cover of a graph G = (V, E) is a subset of vertices SV that includes at least one endpoint of every edge in E. Give a linear-time algorithm for the following task.

Input: An undirected tree T = (V, E).

Output: The size of the smallest vertex cover of T.

For instance, in the following tree, possible vertex covers include {A, B, C, D, E, F, G} and {A, C, D, F} but not {C, E, F}. The smallest vertex cover has size 3: {B, E, G}.

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 6