630 views
0 votes
0 votes
A complete graph G with 5 nodes has positive weight edge ,each node has distinct weight with an integer value and maximum weight is equal to the number of edges in G.What can  be the maximum weight of minimum spanning tree for  graph G?

1 Answer

1 votes
1 votes

total no of nodes = 5 then total no. of edges will be n(n-1)/2 =10

as given in question max weight will be 10.

hence, max weight of spanning tree will be 14.

Related questions

0 votes
0 votes
1 answer
1
atulcse asked Jan 13, 2022
505 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,165 views
1) Kruskal Algorithm2) Prims Algorithm3) Dijkstra Algorithm4) Bellman Ford Algorithm5) Floyd Warshall AlgorithmAmong these which one works for onlyi) Positive edge weight...