Complete tree height
floor(log2 n)Height when levels are filled left to right.
floor(log2 n)Height when levels are filled left to right.
h(k,i)=(h(k)+i) mod mLinear probing sequence.
BF=height(left)-height(right)Allowed balance factors are -1, 0, and 1.