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