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



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

Answer / sandeep vimal

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is adt and its advantages?

0 Answers  


How do you find the depth of a binary tree?

0 Answers  


What do you mean by articulation point?

0 Answers  


What method is used to place a value onto the top of a stack?

0 Answers  


What is the order of selection sort?

0 Answers  






What are different methods of collision resolution in hashing.

0 Answers  


What are the major data structures used in the network data model?

0 Answers  


Is pointer a variable in data structure?

0 Answers  


Which is faster arraylist or linked list?

0 Answers  


Does hashmap preserve insertion order?

0 Answers  


Where is data structure used?

0 Answers  


what are the applications that use Linked lists?

0 Answers  


Categories