Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ avl_tree.py
File
avl_tree.py
data_structures/binary_tree/avl_tree.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Implementation of an auto-balanced binary tree!
3
For doctests run following command:
4
python3 -m doctest -v avl_tree.py
Callers
nothing calls this directly
Calls
4
_test
Function · 0.85
AVLtree
Class · 0.85
del_node
Method · 0.80
insert
Method · 0.45
Tested by
no test coverage detected