0
17kviews
Explain B Tree and B+ Tree
1 Answer
written 6.5 years ago by | modified 6.5 years ago by |
B Tree
In a binary search tree, AVL Tree, Red-Black tree etc., every node can have only one value (key) and maximum of two children but there is another type of search tree called B-Tree in which a node can store more than one value (key) and it can have …