GitHunt
RE

rexa0310/awesome-low-level-design

Learn Low Level Design (LLD) and prepare for interviews using free resources.

Join Free Newsletter

This repository contains resources to learn Low Level Design (LLD) / Object Oriented Design (OOD) and prepare for interviews.

๐Ÿ‘‰ For a better and more comprehensive experience, checkout the LLD page at AlgoMaster.io

๐Ÿ“Œ Fundamental Concepts

โš™๏ธ Design Patterns

Creational Patterns Structural Patterns Behavioral Patterns
Singleton Adapter Iterator
Factory Method Bridge Observer
Abstract Factory Composite Strategy
Builder Decorator Command
Prototype Facade State
Flyweight Template Method
Proxy Visitor
Mediator
Memento
Chain of Responsibility

๐Ÿ—‚๏ธ UML

โœ… How to Answer a LLD Interview Problem

๐Ÿ’ป Low Level Design Interview Problems

Easy Problems

Medium Problems

Hard Problems

๐Ÿ“š Books

๐Ÿ“ฉ Newsletter

Additional resources

๐Ÿค Contributing

Contributions are welcome! If you'd like to add a new problem, improve existing content, or fix errors:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request

Please make sure to update Readme files and documentation as appropriate.


If you find this resource helpful, please give it a star and share it with others!