edited by
1,566 views
1 votes
1 votes

In given graph G if only AC and BC belong to its minimum spanning tree, then what can be the minimum sum of weights of all edges in the graph G?

A. 13

B. 14

C. 20

D. 21

edited by

1 Answer

Best answer
3 votes
3 votes
Here AB must be greater than AC and BC otherwise the edge AB must be included in the minimum spanning tree so to keep the weight of the tree minimum weight we have to take weight of AB as 10 so ans will be 10+9+2=21 answer D

But we may get same MST if  AB=AC = 9 also but that "may" so to ensure only 10 is taken
selected by

Related questions

0 votes
0 votes
1 answer
1
atulcse asked Jan 13, 2022
504 views
How many minimum spanning trees are possible in this graph?
0 votes
0 votes
0 answers
2
4 votes
4 votes
1 answer
4
srestha asked Apr 30, 2018
3,162 views
1) Kruskal Algorithm2) Prims Algorithm3) Dijkstra Algorithm4) Bellman Ford Algorithm5) Floyd Warshall AlgorithmAmong these which one works for onlyi) Positive edge weight...