mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
contents: add Parking Lot question to OOP (#237)
Design a parking lot system is an important sample question in low-level design. It would be great if this question is added.
This commit is contained in:
@ -11,6 +11,7 @@ title: Object-Oriented Programming
|
|||||||
- Discuss algorithms and data structures for a garbage collector?
|
- Discuss algorithms and data structures for a garbage collector?
|
||||||
- How would you implement an HR system to keep track of employee salaries and benefits?
|
- How would you implement an HR system to keep track of employee salaries and benefits?
|
||||||
- How would you implement an Elevator system?
|
- How would you implement an Elevator system?
|
||||||
|
- How would you implement a Parking Lot system?
|
||||||
|
|
||||||
## Courses
|
## Courses
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user