Vidyalelo
Data Structure · Q4

Applications of Data Structures

Programming · Data Structure · question 4

Q4

Which data structure is used to implement a LRU (Least Recently Used) cache?

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

Answer: Option B

Solution

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