Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ hasLeftChild
Method
hasLeftChild
AVL.py:10–11 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
self.parent= parent
9
10
def
hasLeftChild(self):
11
return
self.leftChild
12
13
def
hasRightChild(self):
14
return
self.rightChild
Callers
5
replaceNodeData
Method · 0.95
_put
Method · 0.45
spliceOut
Method · 0.45
findMin
Method · 0.45
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected