in Algorithms
1,346 views
1 vote
1 vote
in Algorithms
1.3k views

4 Comments

@Shubhanshu no it's O[nlogn] see this it will be clear. https://www.geeksforgeeks.org/merge-sort-for-linked-list/

0
0
Thanks.

By default MS on LL is inplace only. But on array it is outplace.
0
0
What's in place and out place in merge sort?
0
0

Please log in or register to answer this question.

Related questions