mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-08-09 20:32:40 +03: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.