Skip to content

MinhajAnsari/BTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTree

BTree Max

B-Tree is a self balancing tree Data Structure that maintains sorted data. It also allows

  • searches
  • sequential access
  • insertions
  • deletions in logarithmic time.

It is commonly used in:

  1. databases
  2. file systems

For more information on this, you can visit this link

Releases

No releases published

Packages

No packages published

Languages