low-level-design
There are 278 repositories under low-level-design topic.
ashishps1/awesome-low-level-design
Learn Low Level Design (LLD) and prepare for interviews using free resources.
prasadgujar/low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
kumaransg/LLD
Curated Collection of all Low level design Questions and implementation asked in major Tech companies , Get yourself prepared for the LLD round and ace the interview.
InterviewReady/Low-Level-Design
Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.
kousiknath/LowLevelDesign
Various Low Level Object Oriented System Design problems are discussed in this space
naqushab/ScalerAcademy
Data Structures and Algorithms, Low level design, High level design Notes, Mind maps, Cheatsheets
sbvkrishna/low-level-design
Resources to learn Low-level System Design and prepare for Low-level design (LLD/Machine Coding) Interviews
anomaly2104/cache-low-level-system-design
Low level deisgn for cache system
anomaly2104/lld-parking-lot
Repository for low level design solution of parking lot
sanyathisside/System-Design
System design concepts and implementations (includes high-level design, low-level design, microservices, etc.)
anomaly2104/chess-low-level-system-design
Repository contatining the low level system design of Chess.
armankhondker/best-low-level-design-resources
This repository contains Low Level Design Interview resources.
anomaly2104/low-level-design-messaging-queue-pub-sub
We have to design a message queue supporting publisher-subscriber model.
madhank93/learn-system-design
Learning LLD and HLD
imk13/low-level-design
low-level-design
championswimmer/low-level-design-problem
Case studies (with solution codes) for Low Level System Design problems
niteshkumartiwari/LLD-Practice
Solving Various Low-Level Problems using SOLID, DRY, and KISS principles.
mrpawan-gupta/Technical-Subjects
The Repository Contains All the Technical Stuff's Related To SDE
anomaly2104/coding-recipies
Recipies for good coding practices
shahzaneer/Interview-Prep-Fresh-Grads
A repository that combines all the resources for a CS Graduate before going in Technical Interview
amarlearning/ride-sharing-low-level-design
Low-level design of Ride-sharing Application Implementation.
tushverma/splitwise
splitwise LLD and django rest interface
vansh-codes/Complete-Interview-Preparation-GFG
This repository provides solutions to quizzes, multiple-choice questions (MCQs), and coding problems from the GeeksforGeeks course "Complete Interview Preparation" in C++. The aim is to aid candidates in their technical interview preparation by offering clear and efficient solutions.
33j33/design-patterns-using-typescript
Design Patterns Using Typescript
AswinBarath/Object-Oriented-Design
Project-based learning on the topic Object-Oriented Design and Analysis also known as Low-Level Design ( LLD )
anomaly2104/battleship-game-low-level-design
Low level design for battleship game
pbehjatii/OverNet-PyTorch
PyTorch implementation of OverNet: Lightweight Multi-Scale Super-Resolution with Overscaling Network (WACV 2021)
prsnt558908/CodeZymSolutions
Solutions to top low level design/object oriented design interview questions on CodeZym.
codeShaurya/splitwise-design
Splitwise like Expense sharing app's Low-level design in Javascript using OOPs concept for machine coding practices