1,103 views
0 votes
0 votes

A Spanning tree T(V,E)  has bottleneck edge, means all edges present in T with the greatest cost would be bottleneck edges.

Now they have said, A spanning tree T of G is a minimum bottleneck spanning tree if no spanning tree T' existed with cheaper bottleneck edge- I think overall this means Tree T is minimum bottleneck spanning tree, if no Tree T' existed such that $Cost(T') \lt Cost(T)$ and that is actually the definitions of a minimum MST.

I thought S1 should be true in addition to S2, but in the answer, S1 is claimed to be false.

S1: Every minimum bottleneck spanning tree of G is a minimum spanning tree of G: I think this must be true because let us assume T is a minimum bottleneck tree of G with bottleneck edge(edge with highest cost) $e_i$. This tree is minimum because there does not exist a tree T' which can replace edge $e_i$ by $e_j$ such that $cost(e_j) \lt cost(e_i)$. If this holds true, then by definition of Minimum MST, this tree T is also the minimum spanning tree for graph G otherwise some other tree T' would have existed who has edge $e_j$ and it could have replaced $e_i$ in T to produce tree T', thereby contradicting the assumption that T' is a minimum bottleneck spanning tree of G.

Below is the solution given by them in support of S1

I think if in (A) it was minimum bottleneck spanning tree, then (B) would not have been possible to produce.

Please guide.

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
rahul sharma 5 asked Sep 27, 2017
556 views
Which algorithm does kruskal uses for detecting every cycle and what is the time complexity?
0 votes
0 votes
1 answer
3
0 votes
0 votes
0 answers
4
Naveen Kumar 3 asked Nov 10, 2018
654 views
Let us assume that $G$($V$, $E$) is a weighted complete graph such that weight of the edge <$V_K$,$V_L$>=2|$K$-$L$|. The weight MST of $G$ with 100 vertices is __________...