retagged by
9,734 views
8 votes
8 votes
Consider a graph $G = (V,E)$, where $V = \{v_1,v_2, \dots ,v_{100}\}$, $E = \{(v_i,v_j) \mid 1\leq i < j \leq 100\}$, and weight of the edge $(v_i,v_j)$ is $\mid i – j \mid$. The weight of minimum spanning tree of $G$ is _________
retagged by

4 Answers

Best answer
18 votes
18 votes
Vertices are given from $1$ to $100$ and edge weight between the vertices is absolute values of the difference between the suffix values of the vertices.

So, if we choose the vertices consecutively as $1-2-3-4-5-  \ldots -99-100$ we get the spanning tree with minimum weight.

Spanning tree will contain $99$ edges since there are $100$ vertices and cost of each edge is $ ‘1\text{'}.$

Therefore, weight of spanning tree would be $99\ast 1 = 99$.
edited by
1 votes
1 votes
In MST, all the edges of weight 1 will be connected like V1 to V2, V2 to V3 and so on.

So. the Weight of MST of G will be 99.
–2 votes
–2 votes
99 Because Vertex 1 is connected to all 2...99 vertex

so weight of minm spanning tree is 99
Answer:

Related questions

28 votes
28 votes
8 answers
4
Arjun asked Feb 12, 2020
16,511 views
The number of permutations of the characters in LILAC so that no character appears in its original position, if the two L’s are indistinguishable, is ______.