Vidyalelo
Data Structure · Q14

Miscellaneous on Data Structures

Programming · Data Structure · question 14

Q14

Which data structure would you use to implement a fast in-memory cache with an expiration policy?

A.
Stack
B.
Queue
C.
Trie
D.
Hash Map
Answer

Answer: Option D

Solution

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