This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
system-design-primer
Watch
1
Star
0
Fork
0
You've already forked system-design-primer
mirror of
https://github.com/donnemartin/system-design-primer
synced
2026-07-06 15:40:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
184
Commits
2
Branches
0
Tags
7bd31dcd1787299909229b7803afa5ff9e775807
Commit Graph
2 Commits
Author
SHA1
Message
Date
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
Donne Martin
ae9832c6b7
Add LRU Cache solution
2017-03-03 18:53:54 -08:00