Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ BinaryTreeNode.py
File
BinaryTreeNode.py
python/Chapter 4/Question4_7/BinaryTreeNode.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
BinaryTreeNode:
2
3
def
__init__(self, value):
4
self.value = value
Callers
nothing calls this directly
Calls
4
commonAncestor
Function · 0.85
BinarySearchTree
Class · 0.70
TreeNode
Class · 0.70
addNode
Method · 0.45
Tested by
no test coverage detected