1,038 views
0 votes
0 votes

Can anyone help me to understand this problem….??

Please log in or register to answer this question.

Related questions

3 votes
3 votes
1 answer
1
Kaushal Sanadhya asked Oct 9, 2018
1,689 views
How many swaps are performed in Merge sort algorithm in worst case?
0 votes
0 votes
3 answers
2
pradeepchaudhary asked Jul 8, 2018
1,530 views
A list of n string, each of length n, is sorted into lexicographic order using the merge-sort algorithm. The worst case running time of this computation is(A) (B) (C) (D)...
3 votes
3 votes
2 answers
3
garvit_vijai asked Jul 1, 2018
17,939 views
The average no. of comparisons performed by the merge sort algorithm, in merging two sorted lists of length 2 is -a) 8/3b) 8/5c) 11/7d) 11/6