Add cab booking low level design solution

This commit is contained in:
Udit Agarwal 2020-10-01 18:40:53 +05:30 committed by GitHub
parent 53c0cf7de8
commit 7fc8386d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ Check out the following links to get a better idea of what to expect:
| 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) |