CodeMosa
Master LeetCode Patterns
All Patterns
Collections
Sign In
Back
Design Problems
Question 1 of 12
8% Complete
Medium
An O(1) average-time LRU cache uses...
A
Hash map + doubly linked list
B
Priority queue only
C
Balanced BST
D
Array only