This repository contains my LeetCode solutions organized by problem categories.
📁 Arrays - Array manipulation problems
📁 Strings - String processing problems
📁 Linked Lists - Linked list operations
📁 Trees - Binary trees and tree algorithms
📁 Dynamic Programming - DP optimization problems
📁 Hash Tables - Hash map/dictionary problems
📁 Sorting - Sorting algorithms and related problems
📁 Binary Search - Binary search techniques
📁 Graph - Graph algorithms and traversal
📁 Stack and Queue - Stack and queue data structures
Each category folder contains:
- A README.md with common patterns and example problems
- Solution files organized by problem name or number
- Explanations and complexity analysis where applicable
Feel free to suggest improvements or additional categories!