Blocky complete binary tree visualization of max-heap construction. Starts from an unordered array and applies bottom-up heapify with animated sift-down operations.
9-element array displayed as complete binary tree. Animates bottom-up heapify: compares parent with children, swaps when child is larger, sifts down until heap property holds.