Skip to content
/ BTree Public

This is a program that works with BTrees which are a custom data structure that works great for speedy searching and storing great amounts of data in the same data structure. Imagine it as having a sorted array and having children for each cell, creating a big sorted, balanced tree.

Notifications You must be signed in to change notification settings

kevinjmz/BTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

This is a program that works with BTrees which are a custom data structure that works great for speedy searching and storing great amounts of data in the same data structure. Imagine it as having a sorted array and having children for each cell, creating a big sorted, balanced tree.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages