Tag: Heap
-
Checks if a range is a heap or not
-
Converts a range into a heap
-
Removes an element from a heap
-
Adds an element to a heap
-
Sorts the heap (it is no longer a heap after the call)