SortOpsComparable

Functions

Link copied to clipboard
open override fun compare(subject: MutableList<Comparable<Any>>, l: Int, r: Int): Int
Link copied to clipboard
open fun reverse(subject: MutableList<Comparable<Any>>, indexL: Int, indexR: Int)
Link copied to clipboard
open fun shiftLeft(subject: MutableList<Comparable<Any>>, indexL: Int, indexR: Int)
Link copied to clipboard
open override fun swap(subject: MutableList<Comparable<Any>>, indexL: Int, indexR: Int)