retagged by
264 views
1 votes
1 votes
Let $\text{G = (V, E)}$ be a connected, undirected graph with edge weights $w: \text{E} \rightarrow \mathbb{Z}$. Suppose $\text{G}$ has a unique minimum spanning tree. What can you conclude about $\text{G}?$
  1. $\text{G}$ contains no cycles
  2. $\text{G}$ contains at most one cycle
  3. All edge weights are different
  4. None of the above
retagged by

1 Answer

2 votes
2 votes
We cannot conclude any of A, B, C.

$\mathrm{G}$ may have cycle and still may have unique minimum spanning tree. $\mathrm{G}$ may have any number of cycles and still may have unique minimum spanning tree. For instance, if ALL edge weights are distinct, we can only have unique MST.

If $\mathrm{G}$ does not have distinct weights then it does not imply that we have more than one minimum spanning tree.
edited by
Answer:

Related questions