35-6 Approximating a maximum spanning tree
Let be an undirected graph with distinct edge weights on each edge . For each vertex , let be the maximum-weight edge incident on that vertex. Let be the set of maximum-weight edges incident on each vertex, and let be the maximum-weight spanning tree of , that is, the spanning tree of maximum total weight. For any subset of edges , define .
a. Give an example of a graph with at least vertices for which .
b. Give an example of a graph with at least vertices for which .
c. Prove that for any graph .
d. Prove that for any graph .
e. Give an -time algorithm to compute a -approximation to the maximum spanning tree.
(Omit!)