Added Resources for Low-Level System Design (#427)

Added resources for the Low-level design (LLD) in the readme (interview prep).

Co-authored-by: Prasad Mangesh Gujar <prasadgujar16@gmail.com>
This commit is contained in:
Ido Ophir
2025-04-21 09:36:27 +03:00
committed by GitHub
parent 7958e09723
commit e2b23cfcb7

View File

@@ -41,6 +41,7 @@ Additional topics for interview prep:
* [How to approach a system design interview question](#how-to-approach-a-system-design-interview-question)
* [System design interview questions, **with solutions**](#system-design-interview-questions-with-solutions)
* [Object-oriented design interview questions, **with solutions**](#object-oriented-design-interview-questions-with-solutions)
* [Low-level system design interview questions **with solutions**](https://github.com/prasadgujar/low-level-design-primer)
* [Additional system design interview questions](#additional-system-design-interview-questions)
* [System design interview questions](https://www.interviewbit.com/system-design-interview-questions/)
@@ -232,6 +233,7 @@ Start broad and go deeper in a few areas. It helps to know a little about vario
| Review [How to approach a system design interview question](#how-to-approach-a-system-design-interview-question) | :+1: | :+1: | :+1: |
| Work through [System design interview questions with solutions](#system-design-interview-questions-with-solutions) | Some | Many | Most |
| Work through [Object-oriented design interview questions with solutions](#object-oriented-design-interview-questions-with-solutions) | Some | Many | Most |
| Work through [Low-level system design interview questions with solutions](https://github.com/prasadgujar/low-level-design-primer) | Some | Many | Most |
| Review [Additional system design interview questions](#additional-system-design-interview-questions) | Some | Many | Most |
## How to approach a system design interview question