https://github.com/praveenraam/lowleveldesign
A repository of Low Level Design solutions, focusing on foundational concepts, clean code, and simple design patterns. Ideal for interview preparation and system design learning.
https://github.com/praveenraam/lowleveldesign
Last synced: 4 months ago
JSON representation
A repository of Low Level Design solutions, focusing on foundational concepts, clean code, and simple design patterns. Ideal for interview preparation and system design learning.
- Host: GitHub
- URL: https://github.com/praveenraam/lowleveldesign
- Owner: praveenraam
- Created: 2024-12-26T06:18:04.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-29T15:56:40.000Z (5 months ago)
- Last Synced: 2025-01-29T16:36:25.360Z (5 months ago)
- Language: Java
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low Level Design (LLD) Notes
This repository contains my notes and solutions for Low Level Design (LLD) concepts. It includes well-structured explanations, design patterns, and code snippets to understand and implement LLD effectively.
## Purpose
I created this repository to:
- Building a strong foundation in Low Level Design concepts.
- Organize and document key concepts of Low Level Design with their problem statement.
- Track my progress in mastering LLD principles and patterns.
- Provide a quick reference for design patterns and LLD techniques.## Contents
The notes and solutions are organized by topics such as:
- Object-Oriented Programming Principles (OOPs)
- Common Design Patterns (Singleton, Factory, Strategy, etc.)
- Real-World LLD Problems and Solutions## Feedback
This repository is designed for learning and tracking my knowledge.