- 000
Location: https://github.com/donnemartin/system-design-primer/blob/master/solutions/object_oriented_design/parking_lot/parking_lot.ipynb
From "Constraints and assumptions"
Bus can park if we have 5 consecutive "large" spots`
But then (class Bus...):
def can_fit_in_spot(self, spot):
return True...
- 000
Example: return True if (spot.size == LARGE or spot.size == COMPACT) else False
Location: https://github.com/donnemartin/system-design-primer/blob/master/solutions/object_oriented_design/parking_lot/parking_lot.ipynb
It would definitely be negative points if I was interviewing and instead of BOOL_EX...
- 000
There is no section on "Availability in numbers" in the Japanese translation even though the section exists in the English version.
English
https://github.com/donnemartin/system-design-primer#availability-in-numbers
Japanese
https://github.com/donnemartin/system-design-primer/blob/master/README-ja.m...
- 000
the link has a trailing slash that breaks it
http://ksat.me/a-plain-english-introduction-to-cap-theorem/
should be
http://ksat.me/a-plain-english-introduction-to-cap-theorem