Q55
Which data structure is best for implementing a text editor's find-and-replace functionality?
A.
Trie
AnswerB.
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