Modified Mergesort

Consider a modified version of the merge sort algorithm where the input array is split at a position one-third of the total length ( n n ) of the list to be sorted. What is the worst cast time complexity of such an algorithm?

n log 2 / 3 n n\log _{ 2/3 }{ n } n log 1 / 3 n n\log _{ 1/3 }{ n } n log 3 n n\log _{ 3 }{ n } n log 3 / 2 n n\log _{ 3/2 }{ n } n log 2 n n\log _{ 2 }{ n }

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

0 solutions

No explanations have been posted yet. Check back later!

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...