π Click to view my Solved Problems Count
| Difficulty | Solved |
|---|---|
| π’ Easy | 69+ |
| π‘ Medium | 65+ |
| π΄ Hard | 5+ |
| Total | 139+ |
LeetCode-Solutions/
βββ Arrays/
βββ Strings/
βββ BinarySearch/
βββ LinkedList/
βββ Trees/
βββ DynamicProgramming/
βββ Graphs/
βββ StackQueue/
βββ SlidingWindow/
βββ TwoPointers/
---
## π οΈ How to Run Locally
```bash
# Clone the repository
git clone https://github.com/YOUR_USERNAME/LeetCode-Solutions.git
# Navigate into a folder
cd LeetCode-Solutions/BinarySearch
# Compile and run
javac SearchRotatedArray.java
java Solution
- Solve 150+ problems
- Solve 300+ problems
- Complete Blind 75
- Complete NeetCode 150
- Add detailed explanation for each solution
Give this repo a star β β it motivates me to keep solving and uploading!
"The more problems you solve, the more patterns you see."