From 2f094792f87d06ce57391854ed97455407fc1c04 Mon Sep 17 00:00:00 2001 From: Nithin AG <56193327+nithinag10@users.noreply.github.com> Date: Tue, 5 Oct 2021 23:21:26 +0530 Subject: [PATCH] update oop.md 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