1.

Efficiency of finding the next record in B+ tree is ____(a) O(n)(b) O(log n)(c) O(nlog n)(d) O(1)The above asked question is from B-Trees in chapter B-Trees of Data Structures & Algorithms IThe question was asked in exam.

Answer» CORRECT CHOICE is (d) O(1)

BEST explanation: In a B+ -tree finding the next recored (successor) involves accessing an additional LEAF at most. So, the EFFICIENCY of finding the next record is O(1).


Discussion

No Comment Found

Related InterviewSolutions