π Inside this repository, you will find my solutions to a variety of LeetCode coding challenges. I regularly update it as I solve more problems and improve my coding skills. These solutions are organized by problem main topic, and there is a dedicated folder containing test cases for these solutions. Some problems are solved according to a structured learning plan, while others are selected in free mode. ππ»
By clicking on the problem's title, you'll be directed to the corresponding LeetCode problem page. Clicking on "link to solution" will take you to my solution stored in this repository. π
Your feedback is highly appreciated! Enjoy your coding journey! π
- 1. Two Sum (link to solution)
- 121. Best Time to Buy and Sell Stock (link to solution)
- 238. Product of Array Except Self (link to solution)
- 53. Maximum Subarray (link to solution)
- 217. Contains Duplicate (link to solution)
- 152. Maximum Product Subarray (link to solution)
- 33. Search in Rotated Sorted Array (link to solution)
- 15. 3Sum (link to solution)
- 11. Container With Most Water (link to solution)
- 239. Sliding Window Maximum (link to solution)
- 242. Valid Anagram (link to solution)
- 125. Valid Palindrome (link to solution)
- 3. Longest Substring Without Repeating Characters (link to solution)
- 424. Longest Repeating Character Replacement (link to solution)
- 438. Find All Anagrams in a String (link to solution)
- 76. Minimum Window Substring (link to solution)
- 49. Group Anagram (link to solution)
- 5. Longest Palindromic Substring (link to solution)
- 49. Group Anagram (link to solution)
- 380. Insert Delete GetRandom O(1) (link to solution)
- 41. First Missing Positive (link to solution)
- 146. LRU Cache (link to solution)
- 432. All O`one Data Structure (link to solution)
- 88. Merge Sorted Array (link to solution)
- 283. Move Zeroes (link to solution)
- 350. Intersection of Two Arrays II (link to solution)
- 392. Is Subsequence (link to solution)
- 1768. Merge Strings Alternately (link to solution)
- 209. Minimum Size Subarray Sum (link to solution)
- 238. Product of Array Except Self (link to solution)
- 724. Find Pivot Index (link to solution)
- 1480. Running Sum of 1d Array (link to solution)