📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Advanced Data Structures
/
Caches and Specialized Structures
Caches and Specialized Structures
Question 1 of 6
What two data structures does an LRU cache combine to achieve O(1) get and put?
A
A singly linked list and a binary search tree
B
A doubly linked list and a hash map
C
A binary heap and a hash map
D
A circular buffer and a hash set
← Back to categories