Worst-case height of AVL tree
Equation and meaning
\[AVL_tree_with_n_nodes = 1.44 \cdot log \cdot n\]
The worst of case height of AVL tree with n nodes
Variables in this formula
AVL_tree_with_n_nodes — Avl Tree With N NodesEnter this value unless it is the selected unknown.
log — LogEnter this value unless it is the selected unknown.
n — NEnter this value unless it is the selected unknown.