🎴 Flashcard Mode

Data Structures and Algorithms

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following data structures is used to implement predictive text or auto complete dictionary, such as found on a mobile telephone?

AnswerClick to flip back
A
Trie
💡 Explanation:

Yes, trie data structure is the most efficient one to implement auto complete dictionary.

Change Mode