Design a Parking Lot in Python using Strategy Design Pattern for Low Level Design Interviews

preview_player
Показать описание
You can practice this question and view complete code here:
This video uses strategy design pattern to solve parking lot design.
You can get GitHub code link and blog explanations for Java and Python in editorial section of above CodeZym url.

We will concentrate on two important things
1. How to do requirement gathering properly and
Which functionalities you will pick for discussion and which ones you will leave out.
Obviously, you can’t pick everything, there are hundreds of classes in a real-world parking system
2. How will you explain you design step by step..

If You are preparing for Low Level Design interviews and try our
7-day preparation plan for LLD interviews

It will help you prepare efficiently for LLD interviews through short videos, daily practice problems with focus on most common design patterns and much more. Do give it a try.
Рекомендации по теме
Комментарии
Автор

GitHub link with complete Python code solution:

CodeZym
Автор

Thank you sir, I haven't started watching the video but I really appreciate that you started in python. I searched everywhere in python but got nothing. Thank you

sagarrajroul
Автор

Thank you for making the system design videos in Python :)

Rohan.
Автор

hello sir eagerly waiting for the java code on this solution

captainvenom