Reheapification
{{Orphan|date=June 2018}}
Reheapification is a term promoted by some C++ textbooks{{cite web|url=https://www.cs.colorado.edu/~main/javasupp/java10_files/frame.htm|title=Data Structures and Other Objects Using C++|website=www.cs.colorado.edu}} to describe the process of fixing a binary search tree heap data structure, after a node is either removed or added. Other authors{{cite web|url=http://www.buildingjavaprograms.com/slides/3ed/ch18-hashing-heaps.ppt |title=Slides |website=www.buildingjavaprograms.com}} refer to the process of bubble up or bubble down.