dsroche / btree

B-tree implementation in Java with pre-emptive splitting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

btree

B-tree implementation in Java with pre-emptive splitting

Requirements: JUnit 4 (package junit4 in Debian/Ubuntu).

The B-Tree class implementation is in BTree.java. Unit tests are in BTreeTest.java. Run make check to compile and run the tests.

Note, you may need to modify the first lines of the Makefile if your JUnit4 jar is in a different location.

About

B-tree implementation in Java with pre-emptive splitting

License:The Unlicense


Languages

Language:Java 98.4%Language:Makefile 1.6%