Daily solutions with clear patterns, code, tests, and quick notes.
- Pattern: (e.g., HashMap / Sliding Window)
- Idea: 2–3 lines
- Time/Space: Big-O
- Edge cases: bullets
- Code + tests
python -m venv .venv && .venv\Scripts\activate
pip install -U pytest
pytest -q