From cc5c9da8bd27b64a7853b832aad0f302503b426f Mon Sep 17 00:00:00 2001 From: Ido Ophir Date: Sat, 19 Apr 2025 19:25:09 +0300 Subject: [PATCH] Add cab booking low level design solution (#419) Co-authored-by: Udit Agarwal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c1a154e..6c9dd975 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ You can practice a few sample questions and discuss solutions with the community | Design a deck of cards | [Solution](solutions/object_oriented_design/deck_of_cards/deck_of_cards.ipynb) | | Design a parking lot | [Solution](solutions/object_oriented_design/parking_lot/parking_lot.ipynb) | | Design a chat server | [Solution](solutions/object_oriented_design/online_chat/online_chat.ipynb) | +| Design a cab booking | [Solution](https://youtu.be/Yn7C0x5ozx4) | | Design a circular array | [Contribute](#contributing) | | Add an object-oriented design question | [Contribute](#contributing) |