[][src]Module buldak::heap

heap sort algorithm.

O(Nlog₂N)

Functions

sort

Sort in ascending order using a heap sort algorithm.

sort_reverse

Sort in descending order using a heap sort algorithm.