Question: 3 Split Trees In this question G = ( V , E ) is an undirected connected graph with n = | V | nodes
Split Trees
In this question is an undirected connected graph with nodes and edges. Recall that a spanning subgraph of is any graph of the form where is a subset of s
edges, iesubeE. A spanning tree of is any spanning subgraph which is connected and has edges. Equivalently it is a connected graph without any cycles. The nodes of which have degree in a
spanning tree are called its leaves; let denote the set of leaves of In this question we call a spanning tree a split tree if the leaves of form an independent set in the original graph
Show that if T is a spanning tree with LT then either G is a split tree, or there is a spanning tree with fewer leaves than T
Hint: Design an algorithm which given a spanning tree T with LTand two leaves which are adjacent in G produces a new spanning tree T with LT LT Does your algorithm prove the following? STATEMENT: Every graph G has a spanning tree
which is a split tree? Either explain why or give a counterexample.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
