Q51
Which data structure would you use for efficient implementation of a cache with frequent lookups?
A.
Stack
B.
Hash Table
AnswerC.
Linked List
D.
Stack
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board