These are a bunch of practice problems for software engineering interviews.
There are also resources for system design interviews.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 python/practice.pyMermaid diagrams are flow charts. Generate them by running
python3 ./scripts/generate_mermaid_diagrams.py