recategorized by
759 views
0 votes
0 votes
Q1) Why is the path between a pair of vertices in a minimum Spanning tree of an undirected graph not the shortest( minimum weight) path?
recategorized by

2 Answers

Best answer
1 votes
1 votes

Minimum Spanning Tree means 

To cover all the nodes what is the minimum cost

 

let take this graph.

What is the Minimum Spanning tree cost?

10, tree is D-C-B-A

 

we know A-C is the shortest path but with that we only visit A and C

===> 10-7=3, did you can visit remaining vertices with this weight ?

selected by

Related questions

7 votes
7 votes
1 answer
1
vishal chugh asked Jan 18, 2018
2,178 views
The number of distinct minimum spanning trees for the weighted graph shown below is ___________.
3 votes
3 votes
0 answers
2
smsubham asked Jan 6, 2018
543 views
Am getting 7. The answer given is 10.A - B , A - D , D - E , E - C are the edges i have included.
1 votes
1 votes
1 answer
4