in Unknown Category edited by
583 views
0 votes
0 votes

Let $G$ be an undirected connected graph with distinct edge weight. Let $E_{\text{max}}$ be the edge with maximum weight and $E_{\text{min}}$ the edge with minimum weight. Which of the following statements is false?

  1. Every minimum spanning tree of $G$ must contain $E_{\text{min}}$
  2. If $E_{\text{max}}$ is in minimum spanning tree, then its removal must disconnect $G$
  3. No minimum spanning tree contains $E_{\text{max}}$
  4. $G$ has a unique minimum spanning tree
in Unknown Category edited by
by
583 views

1 comment

Option C is correct.
0
0

1 Answer

0 votes
0 votes

Option 3 is false. There may exist some spanning trees which consist of emax in it and its removal must disconnect the graph G.

Answer:

Related questions