system-design-primer/solutions/object_oriented_design
Dmitry Shvetsov 98c1d1dcb7 feat: start enum val with buffer, count from top
It is good to have buffers between enum values.
And start counting from the "top of the hierarchy" value,
the Director, to the bottom because it is unlikely that a
lot of values will be added on top of the Director.
2020-12-19 13:53:07 +10:00
..
call_center feat: start enum val with buffer, count from top 2020-12-19 13:53:07 +10:00
deck_of_cards Fix loop bug in deck of cards exercise (#396) 2020-07-07 20:56:05 -04:00
hash_table Resolve #195: Fix broken GitHub URLs (#199) 2018-08-12 20:49:30 -04:00
lru_cache Resolve #195: Fix broken GitHub URLs (#199) 2018-08-12 20:49:30 -04:00
online_chat Resolve #195: Fix broken GitHub URLs (#199) 2018-08-12 20:49:30 -04:00
parking_lot Resolve #195: Fix broken GitHub URLs (#199) 2018-08-12 20:49:30 -04:00