MCPcopy Create free account
hub / github.com/MultiPath/CopyNet / BST

Class BST

experiments/bst_dataset.py:132–226  ·  view source on GitHub ↗

Simple binary search tree implementation, augmented with subtree sizes. This BST supports insert, find, and delete-min operations. Each tree contains some (possibly 0) BSTnode objects, representing nodes, and a pointer to the root.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

generateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected