Low-Level-Design
Low-Level-Design copied to clipboard
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 t...
trafficstars
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.
The project contains multiple LLD codes for system design interviews. Please raise issues and pull requests for fixes and updates.
Checkout InterviewReady for more low level design explanations.