# Grind-75 LeetCode Solutions: Mastering Algorithms and Data Structures using Python

If you're stuck with LeetCode problems, then this blog series can offer you some useful strategies and advice to overcome them.

## Arrays and Hashing

1. [Two Sum](https://blog.eyucoder.com/two-sum-leetcode-problem)
    
2. [Contains Duplicate](https://blog.eyucoder.com/contains-duplicate-leetcode-problem)
    
3. [Valid Anagram](https://blog.eyucoder.com/valid-anagram-leetcode-problem)
    
4. [Group Anagrams](https://blog.eyucoder.com/group-anagrams-leetcode-problem)
    
5. [Top K Frequent Elements](https://blog.eyucoder.com/top-k-frequent-elements-leetcode-problem)
    
6. [Product of Array Except Self](https://blog.eyucoder.com/product-of-array-except-self-leetcode-problem)
    
7. [Longest Consecutive Sequence](https://blog.eyucoder.com/longest-consecutive-sequence-leetcode-problem)
    

## Two Pointers

1. [Valid Palindrome](https://blog.eyucoder.com/valid-palindrome-leetcode-problem)
    
2. [Three Sum](https://blog.eyucoder.com/three-sum-leetcode-problem)
    
3. [Container With Most Water](https://blog.eyucoder.com/container-with-most-water-leetcode-problem)
    

## Sliding Window

1. [Best Time to Buy And Sell Stock](https://blog.eyucoder.com/best-time-to-buy-and-sell-stock-leetcode-problem)
    
2. [Longest Substring Without Repeating Characters](https://blog.eyucoder.com/longest-substring-without-repeating-characters-leetcode-problem)
    
3. [Longest Repeating Character Replacement](https://blog.eyucoder.com/longest-repeating-character-replacement-leetcode-problem)
    
4. [Minimum Window Substring](https://blog.eyucoder.com/minimum-window-substring-leetcode-problem)
    

## Stack

1. [Valid Parentheses](https://blog.eyucoder.com/valid-parentheses-leetcode-problem)
    
2. [Min Stack](https://blog.eyucoder.com/min-stack-leetcode-problem)
    

## Binary Search

1. [Find Minimum in Rotated Sorted Array](https://blog.eyucoder.com/find-minimum-in-rotated-sorted-array-leetcode-problem)
    
2. [Search in Rotated Sorted Array](https://blog.eyucoder.com/search-in-rotated-sorted-array-leetcode-problem)
    
3. [Guess Number Higher or Lower](https://blog.eyucoder.com/guess-number-higher-or-lower-leetcode-problem)
    

## Linked List

1. [**Reverse Linked List**](https://blog.eyucoder.com/reverse-linked-list-leetcode-problem)
    

Whether you're a seasoned pro or just starting out, This blog series has something for everyone. Get ready to crush those coding challenges and take your skills to the next level! Happy coding! 😎
