1.

On which abstract data type does van Emde Boas tree performs the operation?(a) Tree(b) Linked List(c) Heap(d) Associative ArrayThe above asked question is from Trees topic in portion Trees of Data Structures & Algorithms IThe question was asked in a job interview.

Answer» CORRECT answer is (d) Associative Array

Best explanation: The Van Emde Boas Tree DATA structure is also popularly known as Van Emde Boas Priority Queue. This data structure implements an ABSTRACT data type called associative array for the GIVEN integer keys.


Discussion

No Comment Found

Related InterviewSolutions