An open-source collection of essential system design concepts explained with clear documentation and multi-language implementations.
- Bloom Filter
- ... more to come!
- Python
- (You can add more!)
Each topic is documented in the docs/
folder and implemented under implementations/{topic}/{language}
.
- Bloom Filter
- 📘 Read:
docs/bloom-filter.md
- 🧠 Code:
- 📘 Read:
This project is licensed under the MIT License - see the LICENSE file for details.