system-design-primer/solutions/object_oriented_design/lru_cache
Ian Park 87d90f18ae Add prev to Node class
For managing LRU cache, we need to use a doubly linked list for move_to_front() operation.
2017-05-29 14:20:49 +01:00
..
__init__.py Add LRU Cache solution 2017-03-03 18:53:54 -08:00
lru_cache.ipynb Add prev to Node class 2017-05-29 14:20:49 +01:00
lru_cache.py Add LRU Cache solution 2017-03-03 18:53:54 -08:00