1.

State true or false: B+ trees are not always balanced trees.(a) True(b) FalseThis question was posed to me at a job interview.My question is based upon B+ trees in portion Indexing and Hashing of RDBMS

Answer»

Right option is (B) False

To EXPLAIN I WOULD say: B+ TREES are always balanced. Every path from the root to the leaf of the tree is of the same length.



Discussion

No Comment Found

Related InterviewSolutions