1.

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(d) Both B-tree and B+ -tree have same search and insertion efficienciesI want to ask this question from B-Trees topic in section B-Trees of Data Structures & Algorithms II got this question during an interview.

Answer»

Correct answer is (C) B+ -tree has greater depth than CORRESPONDING B-tree

For EXPLANATION: A B+ -tree has larger FANOUT and therefore have a depth smaller than that of corresponding B-tree.



Discussion

No Comment Found

Related InterviewSolutions