Projects in Awesome Lists tagged with avl-tree-implementation
A curated list of projects in awesome lists tagged with avl-tree-implementation .
https://github.com/khaledashrafh/avl-tree
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 balance.
avl-tree avl-tree-implementation avl-tree-implementations balanced-binary-search-trees cpp scratch-implementation tree-traversal
Last synced: 03 Mar 2026
https://github.com/ulqiora/key-value_storage
in this repository i am create implementation of hash table, b-tree and
avl-tree-implementation btree-implementation hashtable-implementation
Last synced: 18 Jan 2026
https://github.com/somebadcode/avltree
AVL tree, a balancing search tree
avl avl-tree avl-tree-implementation avl-tree-implementations avltree balancing balancing-tree bst btree go golang search search-tree tree
Last synced: 22 Mar 2025