Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ my_max
Function
my_max
data_structures/binary tree/AVLtree.py:60–63 ·
view source on GitHub ↗
(a,b)
Source
from the content-addressed store, hash-verified
58
return
node.getheight()
59
60
def
my_max(a,b):
61
if
a > b:
62
return
a
63
return
b
64
65
66
Callers
4
leftrotation
Function · 0.85
rightrotation
Function · 0.85
insert_node
Function · 0.85
del_node
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected