mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2024-03-22 13:11:35 +08:00
17e5fb7d32
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation. |
||
---|---|---|
.. | ||
__init__.py | ||
lru_cache.ipynb | ||
lru_cache.py |