My personal Python DSA collection — arrays, stacks, queues, linked lists, trees, graphs, sorting, searching, recursion, and more. Clean, readable code with comments, showing my learning journey and problem-solving practice.
Hey there 👋 — this repo is basically my notebook for learning Data Structures and Algorithms in Python.
I’m solving problems, making mistakes, fixing them, and slowly getting better every day.
- Arrays
- Stacks & Queues
- Linked Lists
- Graphs
- Sorting & Searching
- Recursion
I wanted one place to keep all my DSA practice so I can look back and see my progress.
Also, if future me forgets how BFS works… well, it’s all here.