Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ _test
Function
_test
data_structures/binary_tree/avl_tree.py:332–335 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
330
331
332
def
_test() -> None:
333
import
doctest
334
335
doctest.testmod()
336
337
338
if
__name__ ==
"__main__"
:
Callers
1
avl_tree.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected