edited by
1,086 views

2 Answers

1 votes
1 votes
Let a disconnected graph. In disconnected graph, minimumcostspanningtree is not possible. Given statement is wrong.
0 votes
0 votes

Yes True. If there are n vertices, then minimum number of edges in MST is (n-1) , As MST must be connected with minimum weight edges

If avg weight of 1 edge is Aavg

then, for (n-1) edges weight (n-1)Aavg

Related questions

1 votes
1 votes
1 answer
1
radha gogia asked Feb 20, 2016
385 views
I tried by taking n=2 , and took points (1,1) ,(1,2) ,(2,2),(2,1) and I got the minimum weight to be 3 , which is n+1 but according to answer it is n-1
4 votes
4 votes
1 answer
3
srestha asked Apr 30, 2018
3,156 views
1) Kruskal Algorithm2) Prims Algorithm3) Dijkstra Algorithm4) Bellman Ford Algorithm5) Floyd Warshall AlgorithmAmong these which one works for onlyi) Positive edge weight...
1 votes
1 votes
2 answers
4