InterviewSolution
Saved Bookmarks
| 1. |
Does The Minimum Spanning Tree Of A Graph Give The Shortest Distance Between Any 2 Specified Nodes? |
|
Answer» No. The MINIMAL spanning TREE ASSURES that the total weight of the tree is kept at its MINIMUM. But it doesn't mean that the distance between any two nodes involved in the minimum-spanning tree is minimum. No. The Minimal spanning tree assures that the total weight of the tree is kept at its minimum. But it doesn't mean that the distance between any two nodes involved in the minimum-spanning tree is minimum. |
|