A clean, production-ready B-Tree implementation in Python. Supports insertion, deletion, search, and in-order traversal. Pull requests run a GitHub Actions workflow that executes python -m unittest.
This Library is good at generating the most compact ASCII representation of a complete binary tree for illustration purposes (which is the reason why it came into being). An incomplete binary tree ...