Vidyalelo
Data Structure · Q51

Applications of Data Structures

Programming · Data Structure · question 51

Q51

Which data structure would you use for efficient implementation of a cache with frequent lookups?

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

Answer: Option B

Solution

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