Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ test
Method
test
data_structures/binary tree/AVLtree.py:239–242 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
237
return
238
239
def
test(self):
240
getheight(None)
241
print(
"****"
)
242
self.getheight()
243
if
__name__ ==
"__main__"
:
244
t = AVLtree()
245
t.traversale()
Callers
nothing calls this directly
Calls
2
getheight
Method · 0.95
getheight
Function · 0.85
Tested by
no test coverage detected