Recent questions tagged minimum-spanning-tree

2 votes
1 answer
122
If a simple undirected graph with positive weighted edges has 10 vertices and 30 edges, such that the cost of the Minimum Spanning tree is 59. Now, if all the edges weigh...
9 votes
2 answers
124
How many distinct minimum weight spanning trees does the following undirected, weighted graph have ?$1$$2$$4$$6$$8$
0 votes
2 answers
125
Multiplying all edge weights by a positive number(>1) will always change the cost of minimum spanning tree.True/False
0 votes
1 answer
126
Are MST and shortest path tree identical?T/F? with reasoning.
0 votes
1 answer
127
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...
1 votes
0 answers
130
First statement is False because complexity will be O(E2).I think the second statement is true? But not sure
2 votes
1 answer
131
Can Anyone provide all the data structure that we can used and time complexity that we get for Kruskal algorithm of finding the minimum spanning tree.
0 votes
0 answers
132
1 votes
1 answer
133
1 votes
1 answer
134
3 votes
0 answers
136
0 votes
1 answer
139
For finding minimum number of spanning tree using kirchoff rule we construct adjacency matrix and find cofactors.so my question is what if we have 6*6 matrix or more than...
1 votes
1 answer
140
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. 13B. 14C. 20D. 21
2 votes
0 answers
141
Show the different minimum spanning Trees Possible in each of the following AlgorithmsPrims AlgorithmKruskal
1 votes
1 answer
143
For a simple, undirected, weighted graph each edge havind distinct weight, How is it possible that there can be more than $1$ second best minimum spanning tree?
1 votes
2 answers
145
Find the no. of minimum cost spanning tree using Kruskal’s or Primus algorithmi am getting "4" but the answer is given "5" ...verify please
9 votes
1 answer
147
4 votes
2 answers
148