This repository is a personal DSA learning journey using Python, aligned with coding interview preparation. It includes topic-wise notes, implementation of data structures and algorithms, and solved LeetCode problems.
notes/
: Theory notes and cheat sheetstopics/
: Clean implementations of core DSA topicsproblems/
: LeetCode-style problem solutionstemplates/
: Reusable code for competitive codingresources/
: Interview prep roadmap & helpful links
- Language: Python 3.10+
- Platform: LeetCode, HackerRank, Codeforces
- π² Arrays
- π² Strings
- π² Linked Lists
- π² Trees
- π² Stacks & Queues
- π‘ Graphs (In Progress)
- π² Dynamic Programming
Pull requests are welcome if you're also preparing for interviews!