Companion

object Companion

Properties

Link copied to clipboard
const val BINARY_SORT_THRESHOLD: Int = 20
Link copied to clipboard

Below this size threshold, the sub-range is sorted using Insertion sort.

Functions

Link copied to clipboard
fun heapChild(from: Int, i: Int): Int
Link copied to clipboard
fun heapParent(from: Int, i: Int): Int