Vidyalelo
Data Structure · Q1045

Miscellaneous on Data Structures

Programming · Data Structure · question 1045

Q1045

Which data structures can be used to implement least recently used cache?

A.
Doubly linked list and a hash map
Answer
B.
Singly linked list and a hash map
C.
Triply linked list and a hash map
D.
Unrolled linked list and a hash map

Answer: Option A

Solution

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