Reheapification

From HandWiki
Revision as of 07:04, 10 July 2021 by imported>WikiGary (fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reheapification is a term promoted by some C++ textbooks[1] to describe the process of fixing a binary search tree heap data structure, after a node is either removed or added. Other authors[2] refer to the process of bubble up or bubble down.

References