Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/w8r/b-tree
- Owner: w8r
- License: mit
- Created: 2018-05-09T12:28:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T14:48:29.000Z (over 6 years ago)
- Last Synced: 2024-11-08T15:17:44.269Z (2 months ago)
- Topics: b-tree, data-structures, search-trees
- Language: TypeScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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