Vidyalelo
Data Structure · Q90

Miscellaneous on Data Structures

Programming · Data Structure · question 90

Q90

What data structure is best suited for implementing a cache with a fixed size and frequent access?

A.
Stack
B.
LRU Cache
Answer
C.
Trie
D.
Stack

Answer: Option B

Solution

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