medianOfThree
Median of three finds the pivot by taking the median of the first, middle and last element.
Receiver
MutableList
Return
Int
Parameters
low
Int
high
Int
Median of three finds the pivot by taking the median of the first, middle and last element.
MutableList
Int
Int
Int