Question
Which statement about LRU Cache is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. it is commonly implemented using a hash map plus a doubly linked list
Explanation:
The defining property is that it is commonly implemented using a hash map plus a doubly linked list.
The other statements describe different structures or concepts.
Leave a Reply