1.

In a B+ tree, both the internal nodes and the leaves have keys.(a) True(b) FalseQuestion is taken from B-Trees topic in section B-Trees of Data Structures & Algorithms IThe question was posed to me in final exam.

Answer»

Correct answer is (b) False

The explanation is: In a B+ -tree, only the LEAVES have keys, and these keys are replicated in non-leaf NODES for defining the PATH for LOCATING individual records.



Discussion

No Comment Found

Related InterviewSolutions