This repository is a daily tracker of my placement preparation journey. I am documenting everything I learn and practice each day, from solving coding questions to theory notes and word documents.
The focus is primarily on Python-based problem-solving, covering DSA, algorithms, and system design topics.
Every day, I:
- Practice coding questions (Python)
- Note down key learnings in a log file (
logs/
) - Upload Word/PDF notes (
docs/
) - Push the updates to GitHub
- ✅ Fundamentals
- ✅ Loop and Conditions
- 🔄 Arrays & Strings
- 🔄 Time and Space Complexity
- 🔄 Searching & Sorting
- 🔄 Linked Lists
- 🔄 Recursion & Backtracking
- 🔄 Stack & Queue
- 🔄 Trees & Graphs
- 🔄 Dynamic Programming
- 🔄 OOP in Python
- 🔄 DBMS, OS, CN theory notes
(Will update this list as I progress.)