MCPcopy 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"""
2Implementation of an auto-balanced binary tree!
3For doctests run following command:
4python3 -m doctest -v avl_tree.py

Callers

nothing calls this directly

Calls 4

_testFunction · 0.85
AVLtreeClass · 0.85
del_nodeMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected