← Back to All Algorithms

🔺 Binary Max-Heap

Heap Property

Max-Heap: Parent ≥ Children (root is maximum)

Array Representation:

Array Representation

Max-Heap visualization. Try inserting or extracting!