Skip to content

This repository contains solutions to machine coding problems related to low-level design (LLD) in Python. In technical interviews, these problems are commonly asked to assess a candidate's knowledge of Object Oriented Design Patterns & Concepts.

License

Notifications You must be signed in to change notification settings

abhaypaswan/lld-python

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Low Level Design

Dedicated resources for Low Level Design/Machine Coding Interview
Checkout the Web App »

Report Bug · Request Problem

Table of Contents
  1. About The Project
  2. Low Level Design Problems
  3. Contributing
  4. License
  5. Contact

About The Project

Speaking for myself, it is frustrating to try to find helpful resources on low-level design problems online. The information is often scattered across various websites, forums, and blogs, which makes it difficult to find a comprehensive and structured learning experience unlike what is available for DSA. So that's why I felt motivated to create a platform where users can find low-level designs and their implementations side by side. Demo App Screenshot

Built With

  • Python
  • Flutter
  • Dart

LOW LEVEL DESIGN PROBLEMS LIST

Design a parking lot that can efficiently manage the parking and retrieval of vehicles, with the added feature of being able to identify the color of each vehicle and the registration number. The parking lot should also be able to handle different types of vehicles, such as cars, motorcycles, and buses. (Read More...) Parking Lot LLD

Problem 2: Snake and Ladder

Design a Snake and Ladder game with the following requirements:

  1. The board has a maximum position of 100.
  2. The game can be played with either a fair dice or a crooked dice that favors generating even numbers over odd ones.
  3. The number of players in the game should be decided by the user at the start of the game.
  4. Snakes and Ladders should be randomly placed on the board.
  5. Snakes and Ladders should not form a loop and the end point of a snake or ladder should not be the starting point for any other snake or ladder. (Read More...) Snake and Ladder LLD

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Abhay Paswan - work.abhaypaswan@gmail.com

Project Link: https://github.com/github_username/repo_name

(back to top)

About

This repository contains solutions to machine coding problems related to low-level design (LLD) in Python. In technical interviews, these problems are commonly asked to assess a candidate's knowledge of Object Oriented Design Patterns & Concepts.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages