recategorized by
684 views
2 votes
2 votes

Let $G$ be a connected bipartite simple graph (i.e., no parallel edges) with distinct edge weights. Which of the following statements on $\text{MST}$ (minimum spanning tree) need $\text{NOT}$ be true?

  1. $G$ has a unique $\text{MST}$.
  2. Every $\text{MST}$ in $G$ contains the lightest edge.
  3. Every $\text{MST}$ in $G$ contains the second lightest edge.
  4. Every $\text{MST}$ in $G$ contains the third lightest edge.
  5. No $\text{MST}$ in $G$ contains the heaviest edge.
recategorized by

1 Answer

1 votes
1 votes

Option E is not necessarily True.

Example: edge $a-c$ is heaviest, but will be present in every MST of this bipartite graph.

It’s a simple connected graph and edge weights are given distinct, therefore we’ll have a unique MST for every such graph.

edited by
Answer:

Related questions