852 views
1 votes
1 votes

Please log in or register to answer this question.

Related questions

0 votes
0 votes
3 answers
1
aditi19 asked Oct 6, 2018
1,143 views
what is the recurrence relation for merge sort?
1 votes
1 votes
1 answer
2
rahul sharma 5 asked Mar 9, 2018
1,319 views
Consider the modified merge sort where we divide array into 5 equal sub arrays instead if 2(as in standard merge sort).What is the time complexity if modified merge sort?...
0 votes
0 votes
0 answers
3
4 votes
4 votes
1 answer
4
Shivi rao asked Oct 10, 2017
1,545 views
True or FalseMerge sort on Linked list takes O(nlogn)