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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A thread-safe B-Tree impementation. It supports following operations:-
The Tree can be instantiated with NewBTree(val) function where val denotes the degree of the Tree. The default value is 10.