Vidyalelo
Data Structure · Q76

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 76

Q76

Which of the following is false?

A.
Compared to B-tree, B+ -tree has larger fanout
B.
Deletion in B-tree is more complicated than in B+ -tree
C.
B+ -tree has greater depth than corresponding B-tree
Answer
D.
Both B-tree and B+ -tree have same search and insertion efficiencies

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board