This repository contains my solutions to various LeetCode problems, categorized by different topics. The goal is to improve problem-solving skills, optimize code efficiency, and prepare for coding interviews.
- Clone the repository:
git clone https://github.com/Surya0265/LeetCode-problems.git cd LeetCode-problems - Navigate to the respective problem category.
- Math
- Arrays -Strings
- Bit Manipulation
- Hash Tables
- Two Pointers
- Prefix Sum
- Sliding Window-Fixed size
- Sliding Window-Dynamic size
- Kadane's Algorithm
- 2D Matrix
- Linked List
- Stack
- Monotonic Stack
- QuickSelect
- BinarySearch
- Backtracking
- Tree Traversal - Preorder
- Level Order Traversal
- Dynamic Programming
- Python
- C
Feel free to submit pull requests for improvements or additional solutions.
If you find this repository helpful, consider giving it a ⭐!