Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ getright
Method
getright
data_structures/binary tree/AVLtree.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
def
getleft(self):
37
return
self.left
38
def
getright(self):
39
return
self.right
40
def
getheight(self):
41
return
self.height
42
def
setdata(self,data):
Callers
7
leftrotation
Function · 0.80
rightrotation
Function · 0.80
lrrotation
Function · 0.80
insert_node
Function · 0.80
getRightMost
Function · 0.80
del_node
Function · 0.80
traversale
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected