Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ getRightChild
Method
getRightChild
BinaryTree.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
self.rightChild = t
22
23
def
getRightChild(self):
24
return
self.rightChild
25
26
def
getLeftChild(self):
27
return
self.leftChild
Callers
6
buildParseTree
Function · 0.80
evaluate
Function · 0.80
postorder
Function · 0.80
postordereval
Function · 0.80
inorder
Function · 0.80
printexp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected