Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anishsinha-io/nbtree

Implementation of polymorphic B-Trees in C. Слава Україні 🇺🇦.
https://github.com/anishsinha-io/nbtree

Last synced: about 1 month ago
JSON representation

Implementation of polymorphic B-Trees in C. Слава Україні 🇺🇦.

Awesome Lists containing this project

README

        

### B-Trees

This repository contains a correct implementation of an interface to create polymorphic, in-memory B-Trees of arbitrary
order. The implementation exactly follows the description found in chapter 18 of *Algorithms* by Cormen, Leiserson,
Rivest, and Stein.

This was so remarkably painful to construct but the results are honestly beautiful.

Enjoy!

-A