Skip to content

Simple demo written in c, demonstrating the use of a B-tree.

Notifications You must be signed in to change notification settings

bpol9/b-tree-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple B-tree demo written in C.

gcc version: 6.3.0

Compile with: gcc -Wall -o b-tree b-tree.c -lm

Run with: ./b-tree <max_number_of_pointers_in_nodes>

Tested on Debian 9 32-bit machine

About

Simple demo written in c, demonstrating the use of a B-tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages