Algorithms and Data Structures - Heap Documentation Heap Heap Sort K-ary Heap Heapify raw -> 54, 42, 75, 99, 12, 87, 44, 11, 44, 14 heap -> 99, 54, 87, 44, 14, 75, 44, 11, 42, 12 Sorted -> 99, 87, 75, 54, 44, 44, 42, 14, 12, 11 References Other Algorithms & Data Structures