Skip to content

Implementation of Bplus tree with following operations: 1. Initialize (m): create a new m-way B+ tree 2. Insert (key, value) 3. Delete (key) 4. Search (key): returns the value associated with the key 5. Search (key1, key2): returns values such that in the range key1 <= key <= key2

Notifications You must be signed in to change notification settings

shivamagarwal2996/bplus_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bplus_tree

Implementation of Bplus tree in JAVA with following operations:

  1. Initialize (m): create a new m-way B+ tree
  2. Insert (key, value)
  3. Delete (key)
  4. Search (key): returns the value associated with the key
  5. Search (key1, key2): returns values such that in the range key1 <= key <= key2

About

Implementation of Bplus tree with following operations: 1. Initialize (m): create a new m-way B+ tree 2. Insert (key, value) 3. Delete (key) 4. Search (key): returns the value associated with the key 5. Search (key1, key2): returns values such that in the range key1 <= key <= key2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages