MCPcopy 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
60def my_max(a,b):
61 if a > b:
62 return a
63 return b
64
65
66

Callers 4

leftrotationFunction · 0.85
rightrotationFunction · 0.85
insert_nodeFunction · 0.85
del_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected