Reheapification
   HOME

TheInfoList



OR:

Reheapification is a term promoted by some C++ textbooks to describe the process of fixing a
binary Binary may refer to: Science and technology Mathematics * Binary number, a representation of numbers using only two values (0 and 1) for each digit * Binary function, a function that takes two arguments * Binary operation, a mathematical op ...
search tree heap data structure, after a
node In general, a node is a localized swelling (a "knot") or a point of intersection (a vertex). Node may refer to: In mathematics * Vertex (graph theory), a vertex in a mathematical graph *Vertex (geometry), a point where two or more curves, lines ...
is either removed or added. Other authors refer to the process of bubble up or bubble down.


References

C++ {{IT-stub