0
17kviews
Explain B Tree and B+ Tree
1 Answer
1
432views

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 …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.