MCPcopy Index your code
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / getLeftChild

Method getLeftChild

BinaryTree.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 return self.rightChild
25
26 def getLeftChild(self):
27 return self.leftChild
28
29 def setRootVal(self, obj):
30 self.key = obj

Callers 6

buildParseTreeFunction · 0.80
evaluateFunction · 0.80
postorderFunction · 0.80
postorderevalFunction · 0.80
inorderFunction · 0.80
printexpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected