mirror of
https://github.com/donnemartin/system-design-primer
synced 2026-01-04 08:18:01 +00:00
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation.
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation.