Vidyalelo
Data Structure · Q55

Applications of Data Structures

Programming · Data Structure · question 55

Q55

Which data structure is best for implementing a text editor's find-and-replace functionality?

A.
Trie
Answer
B.
Linked List
C.
Hash Table
D.
Stack

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board