toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.sort
/
heapSort
heap
Sort
fun
<
T
:
Comparable
<
T
>
>
heapSort
(
list
:
MutableList
<
T
>
)
fun
<
T
>
Array
<
T
>
.
heapSort
(
comparator
:
Comparator
<
T
>
)