Skip to content

jhenzie/bplustree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

B+Tree

All values are kept in leaf nodes, with internal nodes continaing only keys.

Search strategy

Currently if the degree is < 20 a simple linear search is used to locate key placement within a nodes keys. If the degree is > 20, binary search is used.

About

Simple bplustree implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages