closed by
563 views
1 votes
1 votes
closed with the note: https://gateoverflow.in/786/gate2012_29

Let G be a weighted graph with edge weights greater than one and G' be the graph constructed by squaring the weight of edges in G.Let T and T' be the minimum spanning trees of G and G' respectively with total weights t and t'. Which of the following statements is true?

a) T'=T with total weight t'=t^2

b)T'=T with total weight t'

c)T' !=T but total weight t'=t^2

d)None of the above

closed by

Related questions

72 votes
72 votes
14 answers
2
gatecse asked Sep 26, 2014
28,955 views
A list of $n$ strings, each of length $n$, is sorted into lexicographic order using the merge-sort algorithm. The worst case running time of this computation is$O (n \log...
59 votes
59 votes
5 answers
3
42 votes
42 votes
4 answers
4