This repository contains my structured notes for all subjects in the current semester.
The goal is not just to store notes, but to build a clean, evolving knowledge system that is easy to navigate, revise, and extend.
"Don’t just study. Build a system that remembers for you."
These notes are:
- Structured for clarity
- Written in Markdown for flexibility
- Designed to be AI-friendly for future use
- Continuously refined instead of rewritten
NOTES/
│
├── Computer_Networks/
├── Embedded_Systems/
├── Machine_Learning/
├── Theory_of_Computation/
│
└── Master_Index.md
Each subject contains:
Unit-*folders → organized by syllabustopics.md→ tracks covered topics- Chapter-wise
.mdfiles → detailed notes - Subject-specific index file → navigation
- Start from
Master_Index.mdfor navigation - Go into a subject → open its index file
- Navigate to units → then chapters
- Use
topics.mdto track progress and revision
Each topic typically includes:
- 🧠 Intuition
- ⚙️ Key Concepts
- 📊 Formulas
- 🧪 Examples
⚠️ Important Notes
- Study a concept
- Convert it into structured Markdown notes
- Update topic tracker
- Refine over time
- Add revision questions
- Build AI-assisted querying over notes
- Interlink related concepts across subjects
- Create summary sheets for quick revision
This is a personal repository created for learning and revision purposes.