1.

Which type of tree does Van Emde Boas require to perform basic operations?(a) Unbalanced(b) Balanced(c) Complete(d) Non – BinaryI'm obligated to ask this question of Trees topic in chapter Trees of Data Structures & Algorithms IThis question was posed to me in examination.

Answer»

The correct option is (d) Non – Binary

Easy EXPLANATION - The Van Emde Boas Tree data structure is also popularly KNOWN as Van Emde Boas PRIORITY Queue. This data structure implements the array associatively for the given integer KEYS. It was formulated by Peter Van Emde Boas. It is a non – binary type of tree.



Discussion

No Comment Found

Related InterviewSolutions