• edited by
1,446 views
0 0 votes

Consider the following graph:

If the edge weight of minimum spanning tree are given and edge weight of each edge is distinct, then the minimum value of sum (a, b, c, d, e, f, g) is __________.

My Strategy :- 

According to me a = 11 (because if we see the cycle ABD then the edge weight a should be atleast greater then the max edge and since all the edge weight are unique it cant be 10)

and likewise g = 11,f = 12,b = 8,e = 8,d = 9,c = 6.Hence Sum is = 65

Made Easy Solution :- 

1 Answer

0 0 votes
According to me MADE EASY solution is wrong because if you would have noticed in the graph that there is no edge with weight '4' and question is about minimum.

4 can be assigned to any unknown weight edge.

Then sum will be:-   4+8+9+11+12+13+14=71
• reshown by
Position:
Show:

Related questions

0 0 votes
1 1 answer
5.5k
5.5k views
Na462 asked Apr 30, 2018
5,533 views
Consider the following message:The number of bits required for huffman encoding of the above message are __________?My Strategy:- But the answer given is 52bits i used st...
2 2 votes
2 answers 2 answers
3.7k
3.7k views
Prasanna asked Jan 29, 2016
3,702 views
There are n white dots and n black dots. Equally spaced in a line. You want to connect each white dot with some block dot in one to one fashion with a minimum total lengt...
2 2 votes
4 4 answers
5.5k
5.5k views
Pankaj Joshi asked Jan 22, 2017
5,531 views
The optimal time required in merging the list of size 11, 21, 33, 34,45,54,60 ismy answer (11+21)*4+ 33*3 +(34+45)*3 + (54+60)*2but the provided answer is 269 to 282I don...
6 6 votes
3 3 answers
28.5k
28.5k views
Akash Kanase asked Dec 1, 2015
28,549 views
What is the time complexity of job sequencing with deadline using greedy algorithm?O(n)O(log n)O(n log n)O(n2)Made EasyFull Syllabus Test-6 : Basic Level : Practice Test-...