Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

B - Tree

Supported Operations

Queries:

  • predecessor(key)
  • successor(key)
  • search(key)

Updates:

  • insert(key)
  • delete(key)

Traversals:

  • breath_first_search()
  • depth_first_search()
  • inorder()

About

B-Tree implementation using Python.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages