Home » Technical Questions » Database

Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?

Correct Answer: No

Explanation:

No.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.


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion