InterviewSolution
| 1. |
Prove that if all its edge weights are distinct, then it has a unique minimum spanning tree |
|
Answer» We have an algorithm that finds an MST (which we will call A) based on the structure of the graph and |
|