Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ binary_search_tree.py
File
binary_search_tree.py
binary_search_tree.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Node:
2
""
"Class for node of a tree"
""
3
4
def
__init__(self, info):
Callers
nothing calls this directly
Calls
3
BinarySearchTree
Class · 0.85
depth
Function · 0.85
insert
Method · 0.45
Tested by
no test coverage detected