Graph Theory37 sections · 1633 units
Open in CourseQuiz: Unique MST with Unique Weights
Knowledge check
Check Your Understanding
If all edge weights in a graph are unique, the MST is unique. True or false?
- A.True. Each greedy choice is forced because there are no ties.
- B.False. There can still be multiple MSTs with unique weights.
- C.True, but only if the graph is connected.
- D.False. Unique weights only guarantee a unique shortest path tree.