Add cab booking low level design solution (#419)

Co-authored-by: Udit Agarwal <hello@uditagarwal.com>
pull/1079/head
Ido Ophir 2025-04-19 19:25:09 +03:00 committed by GitHub
parent 540077d29b
commit cc5c9da8bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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) |