MCPcopy Create free account
hub / github.com/OpenGenus/quark / BTreeNode

Class BTreeNode

code/code/data_structures/src/tree/b_tree/b_tree/b_tree.py:1–22  ·  view source on GitHub ↗

A B-Tree Node. attributes ===================== leaf : boolean, determines whether this node is a leaf. keys : list, a list of keys internal to this node c : list, a list of children of this node

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__init__Method · 0.70
insertMethod · 0.70
_split_childMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected