An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with b-tree-implementation

A curated list of projects in awesome lists tagged with b-tree-implementation .

https://github.com/khaledashrafh/b-tree

This contains a C++ code that implements a B-Tree data structure. A B-Tree is a self-balancing tree that can store and retrieve data efficiently. It is commonly used in databases and file systems.

b-tree b-tree-implementation cpp data-structures generic scratch-implementation template

Last synced: 17 Oct 2025

https://github.com/henrifroese/external_memory_fractal_tree

Implementation of External Memory Fractal Tree (a variant of the Buffered Repository Tree) in C++ through the STXXL library.

b-tree-implementation cpp data-structures external-memory

Last synced: 23 Jul 2025

https://github.com/speedycraftah/b-tree

An implementation of a B-tree in JavaScript/C++ with a simple GUI to visualise and interact with them.

algorithms b-tree b-tree-implementation cpp javascript learning visualization

Last synced: 19 Apr 2026

https://github.com/i-jss/b-tree

B-Tree data structure implementation in Python using Design by Contracts (DbC), covering insertion, search, and balancing algorithms with contract-enforced pre/postconditions via icontract.

b-tree-implementation design-by-contracts python

Last synced: 31 May 2026