B-Tree data structure framework for C
Just add your own code to the main.c file und build the program using make
.
For the documentation see Documentation.
The btree folder contains all files related to the data structure. These files contain for example output and compare functions.
The documentation folder holds a short documentation for the most important functions.
The test folder contains test for most of the implemented btree functions.
To run the test change to the test directory and use make test
.
Sebastian Benner De-Narm
Matthias Nickel matzeni07
Aaron Bulmahn arbu
Jonas Schenke kloppstock
This project is licensed under the MIT-License. For more information see LICENSE.