1.

Trie is also known as _________(a) Digital Tree(b) Treap(c) Binomial Tree(d) 2-3 TreeI want to ask this question from Trie topic in chapter Trie of Data Structures & Algorithms IThis question was addressed to me in a job interview.

Answer»

Correct choice is (a) Digital Tree

Best explanation: Trie is a very useful data structure which is BASED on the PREFIX of a string. Trie is USED to represent the “Retrieval” of data and THUS the name Trie. And it is also known as a digital tree.



Discussion

No Comment Found

Related InterviewSolutions