Timsort

object Timsort

Functions

Link copied to clipboard
fun <T> sort(a: Array<T>, c: Comparator<T>)

Sorts the specified array using TimSort with the given comparator.