Skip to content

Instantly share code, notes, and snippets.

@benben233
benben233 / bplustree.py
Created May 17, 2021 14:19
Python b+ tree
import random # for demo test
splits = 0
parent_splits = 0
fusions = 0
parent_fusions = 0
class Node(object):
"""Base node object. It should be index node