You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the implementation of quicksort to use Median-of-Three partitioning,
as described in the textbook. That is, to choose the pivot, pick the median
of the first, middle, and last elements of the current range.