Q1045
Which data structures can be used to implement least recently used cache?
A.
Doubly linked list and a hash map
AnswerB.
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