From c1386e812d70082a2c37606693c0931fb1609278 Mon Sep 17 00:00:00 2001
From: Subham Bhattacharjee <subham.bhattacharjee1@gmail.com>
Date: Sun, 15 Mar 2020 10:54:48 +0530
Subject: [PATCH] contents(oop): add new Elevator question (#156)

---
 contents/algorithms/oop.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contents/algorithms/oop.md b/contents/algorithms/oop.md
index 2117786a..15883389 100644
--- a/contents/algorithms/oop.md
+++ b/contents/algorithms/oop.md
@@ -10,3 +10,4 @@ title: Object-Oriented Programming
 - Explain how you would design a HTTP server? Give examples of classes, methods, and interfaces. What are the challenges here?
 - 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?