This repository contains my solutions to various LeetCode problems.
Each solution is written with clean, readable, and optimized code.
- Arrays/ → Problems related to arrays
- Linked List/ → Problems related to linked list
- Math/ → Problems related to math
- Binary Trees/ → Problems related to binary trees
- Binary Search Trees/ → Problems related to binary search trees
- Strings/ → Problems related to strings
- Dynamic Programming/ → Problems related to Dynamic Programming
- (More folders will be added later)
- Improve problem-solving skills
- Write efficient and well-documented solutions
- Build a strong foundation in Data Structures & Algorithms
🚀 Consistency is key — solving problems one step at a time!