Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Generic B-Tree
https://github.com/w8r/b-tree

b-tree data-structures search-trees

Last synced: about 2 months ago
JSON representation

Generic B-Tree

Awesome Lists containing this project

README

        

# B-Tree [![build](https://travis-ci.org/w8r/b-tree.svg?branch=master)](https://travis-ci.org/w8r/b-tree)

Generic B-Tree implementation in TypeScript

Based on C++ code from Geeksforgeeks.com