From f42c33b0619202e1f040e0d6fbdf352f706810ea Mon Sep 17 00:00:00 2001 From: Nithin AG <56193327+nithinag10@users.noreply.github.com> Date: Tue, 5 Oct 2021 23:37:35 +0530 Subject: [PATCH] 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. --- contents/algorithms/oop.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contents/algorithms/oop.md b/contents/algorithms/oop.md index 8d33f7fd..b342b2ce 100644 --- a/contents/algorithms/oop.md +++ b/contents/algorithms/oop.md @@ -11,6 +11,7 @@ title: Object-Oriented Programming - 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 Elevator system? +- How would you implement a Parking Lot system? ## Courses