Skip to content

kloppstock/tree_data_structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tree_data_structure

B-Tree data structure framework for C

Usage

Just add your own code to the main.c file und build the program using make.

For the documentation see Documentation.

Folder Structure

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.

Contributers

Sebastian Benner De-Narm
Matthias Nickel matzeni07
Aaron Bulmahn arbu
Jonas Schenke kloppstock

License

This project is licensed under the MIT-License. For more information see LICENSE.

About

Tree data structure framework for C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •