361 views
0 votes
0 votes
Given the following list of numbers:[21,1,26,45,29,28,2,9,16,49,39,27,43,34,46,40] which answer illustrates the list to be sorted after 2 recursive calls to merge sort

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
iarnav asked Apr 25, 2019
969 views
I did Google and found out that Quicksort is better then Mergesort, but my question is which is faster among both?
0 votes
0 votes
0 answers
2
Rahul_Rathod_ asked Jan 16, 2019
494 views
is mergesort inplace on linked list?it is not inplace on array
1 votes
1 votes
2 answers
3
Naveen Chowdary 1 asked Jun 24, 2016
4,498 views
Given the following list of numbers:[21, 1, 26, 45, 29, 28, 2, 9, 16, 49, 39, 27, 43, 34, 46, 40]which answer illustrates the list to be sorted after 3 recursive calls to...