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

Define the term “percolate up”?

0 Answers  


What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?

0 Answers   Tech Mahindra,


Can array store heterogeneous data?

0 Answers  


Which interfaces are implemented by printerstatereasons?

0 Answers  


What is a static structure?

0 Answers  


Can a tree be empty?

0 Answers  


What do you mean by the term “percolate down”?

0 Answers  


What are the properties of binary heap?

0 Answers  


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

0 Answers  


How to print element of Array?

0 Answers  


Why we use linked list?

0 Answers  


Are sets sorted?

0 Answers  


Categories