Skip to content

haibaoo/bplus-tree-suolue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

B+ Tree Data Insertion and Deletion

The source code is well commented to understand which line does what. We can take input from file or manually, both the process is same as follwoing:

  1. First give the number of pointers
  2. Press 1 and a value for inserting the value
  3. Press 2 for printing the B+ Tree
  4. Press 3 and a existing value to be deleted

Note: If you want to take all those data from the console, just keep the input.txt blank

About

B+ Tree Data Insertion and Deletion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%