system-design-primer/solutions/object_oriented_design
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
..
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 (#82) 2017-06-05 20:25:04 -04:00
online_chat Simplify online chat solution 2017-03-07 21:37:11 -08:00
parking_lot Init spot_size member in parking lot exercise (#83) 2017-05-29 20:55:32 -04:00