heapify
Heapify is a process of organizing and rearranging elements in a binary heap data structure in such a way that the highest (or lowest) element is placed at the root, and the subsequent elements satisfy the heap property.
Requires login.
Related Concepts (6)
Similar Concepts
- heap sort
- heap-based priority queue
- heapify algorithm
- heapify down
- heapify operation
- heapify operation and parent-child relationship
- heapify operation in binary heap
- heapify operation on a binary heap
- heapify time complexity
- heapify up
- max-heap
- max-heapify operation
- median heap
- min heap
- min-heapify operation