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

Method hasBothChildren

AVL.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 return self.rightChild or self.leftChild
30
31 def hasBothChildren(self):
32 return self.rightChild and self.leftChild
33
34 def replaceNodeData(self, key, value, lc, rc):
35 self.key = key

Callers 1

removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected