Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ __init__
Method
__init__
data_structures/binary tree/AVLtree.py:190–191 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
188
189
class
AVLtree:
190
def
__init__(self):
191
self.root = None
192
def
getheight(self):
193
# print("yyy")
194
return
getheight(self.root)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected