Skip to content

amankr1279/b_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A thread-safe B-Tree impementation. It supports following operations:-

  • Insert
  • Delete
  • Search
  • Update

The Tree can be instantiated with NewBTree(val) function where val denotes the degree of the Tree. The default value is 10.

Releases

No releases published

Packages

 
 
 

Languages