https://github.com/roy7077/low-level-design
A collection of Low-Level Design (LLD) Questions with solutions, covering design patterns, OOP concepts, and real-world use cases like parking lots, ATMs, and chess games. Perfect for interview prep and honing design skills. Contributions welcome! 🚀
https://github.com/roy7077/low-level-design
java lld low-level-programming lowleveldesign object-oriented-programming oops oops-in-java
Last synced: 3 months ago
JSON representation
A collection of Low-Level Design (LLD) Questions with solutions, covering design patterns, OOP concepts, and real-world use cases like parking lots, ATMs, and chess games. Perfect for interview prep and honing design skills. Contributions welcome! 🚀
- Host: GitHub
- URL: https://github.com/roy7077/low-level-design
- Owner: roy7077
- Created: 2024-11-24T20:57:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T21:13:03.000Z (3 months ago)
- Last Synced: 2025-03-08T22:19:52.210Z (3 months ago)
- Topics: java, lld, low-level-programming, lowleveldesign, object-oriented-programming, oops, oops-in-java
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Low-Level Design Questions**
==============================Welcome to the **Low-Level Design Questions** repository! 🎉 This repo is your one-stop resource for mastering low-level design concepts commonly asked in technical interviews and essential for system design. Whether you're preparing for coding interviews, improving your design skills, or just exploring, you'll find this repository helpful.
**📋 About the Repository**
---------------------------This repository contains a curated collection of low-level design (LLD) questions, solutions, and implementations in various programming languages. Each design problem is broken down into:
* **Problem Statement**: Clear and concise explanation of the design problem.
* **Solution Approach**: Key considerations, design patterns, and principles.
* **Code Implementation**: Fully functional code with comments for clarity.
**🛠️ What You’ll Find**
------------------------1. **Design Patterns**
* Singleton, Factory, Builder, Strategy, Observer, etc.
2. **Object-Oriented Programming (OOP) Concepts**
* Abstraction, Encapsulation, Polymorphism, Inheritance.
3. **System Design Use Cases**
* Design Parking Lot System.
* Design an Online Library.
* Design a Food Delivery System.
* Design Movie Ticket Booking System.
4. **Design Principles**
* SOLID principles.
* DRY, KISS, YAGNI.
5. **Real-World Problems**
* Elevator System.
* Chess Game.
* ATM Machine.
* Social Media News Feed.
**🚀 How to Use**
-----------------1. git clone https://github.com/roy7077/low-level-design.git
cd low-level-design
3. **Explore Topics**: avigate through folders like patterns, use-cases, and solutions to find problems and solutions.
5. **Practice Problems**:Try to solve the problems yourself before checking the solutions.
6. **Contribute**:
* Found an issue or have a new question to add? Feel free to open a pull request or issue.
**🧰 Prerequisites**
--------------------* Familiarity with **OOP concepts**.
* Basic understanding of **design patterns**.
* Experience with any programming language (Java, Python, C++, etc.).