MCPcopy 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

1class Node:
2 """Class for node of a tree"""
3
4 def __init__(self, info):

Callers

nothing calls this directly

Calls 3

BinarySearchTreeClass · 0.85
depthFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected