system-design-primer/solutions/object_oriented_design
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
..
call_center Add Call Center solution 2017-03-03 18:52:50 -08:00
deck_of_cards Add Deck of Cards solution 2017-03-03 18:53:01 -08:00
hash_table Add Hash Table solution 2017-03-03 18:53:41 -08:00
lru_cache Add prev to Node class 2017-05-29 14:20:49 +01:00
online_chat Simplify online chat solution 2017-03-07 21:37:11 -08:00
parking_lot Add Parking Lot Solution 2017-03-03 18:54:23 -08:00