Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. Слава Україні 🇺🇦.
- Host: GitHub
- URL: https://github.com/anishsinha-io/nbtree
- Owner: anishsinha-io
- License: other
- Created: 2022-02-18T07:08:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T23:23:59.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T12:17:48.354Z (3 months ago)
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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