My journey through LeetCode problems, automatically synced from my submissions.
| # | Problem | Difficulty | Solution |
|---|---|---|---|
| 1 | Two Sum | C++ | |
| 2 | Add Two Numbers | C++ | |
| 3 | Longest Substring Without Repeating Characters | C++ | |
| 4 | Median Of Two Sorted Arrays | C++ | |
| 5 | Longest Palindromic Substring | C++ | |
| 11 | Container With Most Water | C++ | |
| 49 | Group Anagrams | C++ | |
| 53 | Maximum Subarray | C++ | |
| 121 | Best Time To Buy And Sell Stock | C++ | |
| 125 | Valid Palindrome | C++ | |
| 128 | Longest Consecutive Sequence | C++ | |
| 217 | Contains Duplicate | C++ | |
| 238 | Product Of Array Except Self | C++ | |
| 242 | Valid Anagram | C++ |
Easy: █████░░░░░ 5
Medium: ████████░░ 8
Hard: █░░░░░░░░░ 1
- Total Problems Solved: 14
- Languages Used: C++
- Last Updated: June 10, 2026
🔄 This repository is automatically updated via LeetCode GitHub Sync