Recent questions tagged minimum-spanning-tree

0 votes
1 answer
92
2 votes
1 answer
93
0 votes
2 answers
96
0 votes
2 answers
97
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?
1 votes
3 answers
98
For a complete graph with 10 vertices, The number of spanning trees is at least_____?
2 votes
1 answer
99
1 votes
2 answers
103
What would be the maximum weight of minimum spanning tree of a complete connected graph with 6 vertex where each edge is of distinct +ve weights and max weight of edge i...
0 votes
1 answer
105
let T be a minimum cost spanning tree of G. suppose that ewe decreased the weight of one of the edge in T.then to check modified T is MST or not how much tym will take???...
0 votes
1 answer
106
Suppose that average edge weight for a graph G is Aavg. Then the minimum spanning tree of G will have weight at most(n-1) Aavg. Where n is number of vertices in graph G.i...
4 votes
1 answer
108
1) Kruskal Algorithm2) Prims Algorithm3) Dijkstra Algorithm4) Bellman Ford Algorithm5) Floyd Warshall AlgorithmAmong these which one works for onlyi) Positive edge weight...
0 votes
3 answers
109
Question 1) The shortest-path tree computed by Dijkstra's algorithm is necessarily an MST?Question2 ) Prim's algorithm works with negative weighted edges?
0 votes
1 answer
110
What important point we keep in mind while finding the #(number) of spanning tree ?? from the given graph
0 votes
1 answer
111
Suppose that a graph G has a minimum spanning tree already computed. How quickly can we update the minimum spanning tree if we add a new vertex and incident edges to G?
0 votes
2 answers
113
Let G be a connected simple graph with non distinct edge weights. Now, e be the lightest edge in G. So, does this edge e is present in every MST of G?My take - when all e...
0 votes
1 answer
117
A complete, undirected, weighted graph G is given on the vertex {0,1,…,n−1} for a fixed ‘n=4’. Draw the minimum spanning tree of G ifthe weight of the edge (u,v) ...
0 votes
1 answer
119
what is cut property of minimum spanning tree .?? can somone give an example.