This website requires JavaScript.
Explore
Help
Sign In
sombochea
/
system-design-primer
Watch
1
Star
0
Fork
0
You've already forked system-design-primer
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
2d94e2d99a3e081a3c35b984dba2bbf202f79497
system-design-primer
/
solutions
/
object_oriented_design
/
lru_cache
History
Ian Park
17e5fb7d32
Add prev to Node class (
#82
)
...
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation.
2017-06-05 20:25:04 -04:00
..
__init__.py
Add LRU Cache solution
2017-03-03 18:53:54 -08:00
lru_cache.ipynb
Add prev to Node class (
#82
)
2017-06-05 20:25:04 -04:00
lru_cache.py
Add LRU Cache solution
2017-03-03 18:53:54 -08:00