1.

Can operation like Find Next and Find Previous be implemented.(a) True(b) FalseThe origin of the question is Trees in chapter Trees of Data Structures & Algorithms II got this question during an internship interview.

Answer»

Correct answer is (a) True

Easy explanation - Since the Van Emde Boas data structure follows an associative array abstract data type to perform DIFFERENT operations. Hence, an OPERATION LIKE Find NEXT and Find Previous be IMPLEMENTED.



Discussion

No Comment Found

Related InterviewSolutions