2,159 views
5 votes
5 votes
In Optimal merge pattern when do we get more than one tree(Sub trees) when creating a merge pattern?
Can you explain/draw optimal merge tree for n=7, <8,15,3,10,20,2,30>

1 Answer

Best answer
6 votes
6 votes
Caption
selected by

Related questions

0 votes
0 votes
3 answers
1
Deeptimittal97 asked Jul 6, 2017
10,156 views
What will be the time complexity to obtain optimal merge pattern to merge files using greedy technique?
0 votes
0 votes
2 answers
2
2 votes
2 votes
2 answers
3
Ali Jazib Mahmood asked Aug 18, 2017
1,385 views
To merge 2 files of size m and n it takes m + n time What will be the optimal time Complexity to merge the files of size 10, 15, 40, 70, 75 and 80?