Welcome to my LeetCode Solutions repository!
This repo contains my solutions to different LeetCode problems as I practice Data Structures and Algorithms and improve my problem-solving skills.
This repository is created to track my progress on LeetCode and maintain clean, well-organized solutions for future revision.
Each solution includes:
- Problem number and title
- Clean and readable code
- Optimized approach where possible
- Regular updates as I solve more problems
- Arrays
- Strings
- Hash Maps
- Sets
- Two Pointers
- Sorting
- Recursion
- Stack
- Queue
- Linked List
- Trees
- Dynamic Programming
- Greedy Algorithms
- Graphs
LeetCode-Solutions/
β
βββ Easy/
β βββ problem-name.py
β
βββ Medium/
β βββ problem-name.py
β
βββ Hard/
β βββ problem-name.py
β
βββ README.md