Skip to content

AshveenBansal98/Trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My implementation of B-tree and B+ tree with

  1. Odd size of non-leaf nodes
  2. Even size of leaf nodes in B+ tree (Odd in case of B-tree)
  3. Splitting only when necessary

I extended my B-Tree implementation so used same class for defining both leaf and non-leaf nodes. It simplified coding but I am storing some unnecessary information.

About

My implementation of B+ tree and B tree in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages