Min heap order
From Wikipedia, the free encyclopedia
"Min heap order" means that the key in each node in a heap structure is less than the key(s) in all nodes that are children of that node of interest. See Binary heap for more details on heaps.
"Min heap order" means that the key in each node in a heap structure is less than the key(s) in all nodes that are children of that node of interest. See Binary heap for more details on heaps.