1.

The 2d search tree has the simple property that branching on odd levels is done with respect to the first key.(a) True(b) FalseI'd like to ask this question from Trees topic in division Trees of Data Structures & Algorithms IThis question was addressed to me during an online exam.

Answer»

Correct answer is (a) True

To EXPLAIN: BRANCHING on ODD LEVELS is done with respect to the FIRST key and branching on even levels is done with respect to the second key in a 2-d tree.



Discussion

No Comment Found

Related InterviewSolutions