1
0
mirror of https://github.com/donnemartin/system-design-primer.git synced 2025-06-12 21:47:33 +02:00

5 Commits

Author SHA1 Message Date
1f939ec351 Resolve #195: Fix broken GitHub URLs (#199) 2018-08-12 20:49:30 -04:00
136c0b9e17 Fix typo in LRU cache solution (#182) 2018-07-22 23:13:03 -07:00
e50e2007f6 Fix dict KeyError (#152) 2018-04-25 18:22:05 -07:00
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
ae9832c6b7 Add LRU Cache solution 2017-03-03 18:53:54 -08:00