A personal collection of notes, code snippets, and experiments while studying Computer Science fundamentals.
This repository serves as a growing knowledge base — covering topics from data structures and algorithms to systems programming, theory of computation, and beyond.
- Data Structures & Algorithms
- Operating Systems & Networking
- Software Architecture & Design Patterns
The content is organized in folders by topic. Each folder may contain:
- 📄 Markdown notes
- 💻 Code samples (mostly in JavaScript, Python, or C++)
- 🔗 References to external resources