You've already forked system-design-primer
mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-06-12 21:47:33 +02:00
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation.