edited by
426 views
13 votes
13 votes

A cut $S= (V - S)$ of an undirected graph $G=(V,E)$ is a partition of $V.$ We say that an edge $(u,v)\in E$ crosses the cut $(S, V - S)$ if one of its endpoints is in $S$ and the other is in $V - S.$ An edge is a light edge crossing a cut if its weight is the minimum of any edge crossing the cut. Note that there can be more than one light edge crossing a cut in the case of ties.  Mark all the correct options.

  1. If an edge is contained in some Minimum Spanning Tree (MST), it is a light edge crossing some cut
  2. $\{(u,v): \text{there exists a cut $(S, V - S)$ such that $(u,v)$ is a light edge crossing it} \}$ forms a MST
  3. A graph $G$ has a unique MST if for every cut, there is a unique light edge crossing the cut
  4. If a graph has a unique MST, then for every cut of the graph there is a unique light edge crossing the cut
edited by

1 Answer

Best answer
10 votes
10 votes

Option B is false as this will include multiple light edges crossing a cut if they are having the same weights.
Option D is also false as can be seen in the counter example given below.


Here, for the cut set $\{a\}, \{b,c\}$ we have two light edges of weight $1$ but there is a single MST $b-a-c.$

selected by
Answer:

Related questions