quicksortLomuto

fun <T : Comparable<T>> MutableList<T>.quicksortLomuto(low: Int, high: Int)

Lomuto’s partitioning chooses the last element as the pivot.

Receiver

MutableList

Parameters

low

Int

high

Int