This repository contains my solutions to various LeetCode problems written in Python.
I'm using it to strengthen my understanding of data structures and algorithms (DSA) โ exploring topics like:
- Arrays & Strings
- Linked Lists
- Stacks & Queues
- Trees & Graphs
- Sorting & Searching
- Dynamic Programming
Each file includes clear, commented solutions with test cases where applicable.
My goal is to build consistency and depth in problem-solving using clean, efficient Python code.
๐ Work in progress โ adding more problems and categories as I learn!