Skip to content

I have provided LLD(Low Level Design) solution's for various famous LLD problem statements that we face during Interview.

Notifications You must be signed in to change notification settings

Misto1997/low-level-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLD(Low Level Design)

Introduction

This Repository is intended to provide solution's for various famous LLD(Low Level Design) problem statements that we face during Interview.

Note

  • Check Problem_Statement.md file under each LLD Design Folder to know problem ask.
    • Example: src -> main -> java -> com.lowleveldesign -> cache -> Problem_Statement.md
  • To run code start Runner class
    • Example: src -> main -> java -> com.lowleveldesign -> cache -> CacheRunner.java

Expectation from Low Level Design

  • Code should be in running state.
  • Coding convention's should be followed and code should be readable and modular.
  • Implement code such a way that it should follow Design principles like SOLID, KISS, DRY etc.

Solutions added so far:

  1. Cache(Redis)

Upcoming solutions:

  1. PubSub Messaging Queue(Kafka)

About

I have provided LLD(Low Level Design) solution's for various famous LLD problem statements that we face during Interview.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages