KhaledAshrafH / AVL-TreeLinks

This is a C++ implementation of an AVL tree, which is a self-balancing binary search tree. An AVL tree maintains the balance factor of each node, which is the difference between the heights of its left and right subtrees. Whenever a node becomes unbalanced (its balance factor is either -2 or 2), the tree performs a rotation to restore the balanc…
13Updated 2 years ago

Alternatives and similar repositories for AVL-Tree

Users that are interested in AVL-Tree are comparing it to the libraries listed below

Sorting: