You've already forked system-design-primer
mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2026-04-24 19:13:47 +02:00
17e5fb7d32
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation.