Skip to content

ahowarda/B-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B-Tree

B-Tree, the indexing tree of Databases.

Download, and Use the Makefile to compile

$ make

To run program:

$ ./BTree

Description/Goals

The B-Tree implemented here is the basic structure of a B-Tree. It uses integers as keys. Running this program will show you average times for insertion,search, and deletion. The future plans in this B-Tree is to implement disk I/O of each node, and eventually make a branch for a B+Tree.

About

B-Tree, the indexing tree of Databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published