DEV Community

Cover image for Leetcode Blind 75
Jaimin Bariya
Jaimin Bariya

Posted on

Leetcode Blind 75

Let's come to the point

I have created a list of Blind 75 because when I searched for it, it was on GFG, but I wanted it on leetcode (IDK why!!). So here it is the list of Blind 75 on leetcode

One request, some of the problems are premium, so if anyone found these problems on an alternative platform, plz comment it for all :)

If you have little bit more time plz start this repo Blind-75

Array

  1. Two Sum
  2. Best Time to Buy and Sell Stock
  3. Contains Duplicate
  4. Product of Array Except Self
  5. Maximum Subarray
  6. Maximum Product Subarray
  7. Find Minimum in Rotated Sorted Array
  8. Search in Rotated Sorted Array
  9. 3Sum
  10. Container With Most Water

Binary

  1. Sum of Two Integers
  2. Number of 1 Bits
  3. Counting Bits
  4. Missing Number
  5. Reverse Bits

Dynamic Programming

  1. Climbing Stairs
  2. Coin Change
  3. Longest Increasing Subsequence
  4. Longest Common Subsequence
  5. Word Break
  6. Combination Sum
  7. House Robber
  8. House Robber II
  9. Decode Ways
  10. Unique Paths
  11. Jump Game

Graph

  1. Clone Graph
  2. Course Schedule
  3. Course Schedule II
  4. Pacific Atlantic Water Flow
  5. Number of Islands
  6. Longest Consecutive Sequence
  7. Alien Dictionary (Leetcode Premium)
  8. Graph Valid Tree (Leetcode Premium)
  9. Number of Connected Components in an Undirected Graph (Leetcode Premium)

Interval

  1. Insert Interval
  2. Merge Intervals
  3. Non-overlapping Intervals
  4. Meeting Rooms (Leetcode Premium)
  5. Meeting Rooms II (Leetcode Premium)

Linked List

  1. Reverse Linked List
  2. Detect Cycle in a Linked List
  3. Merge Two Sorted Lists
  4. Merge k Sorted Lists
  5. Remove Nth Node From End of List
  6. Reorder List

Matrix

  1. Set Matrix Zeroes
  2. Spiral Matrix
  3. Rotate Image
  4. Word Search

String

  1. Longest Substring Without Repeating Characters
  2. Longest Repeating Character Replacement
  3. Minimum Window Substring
  4. Valid Anagram
  5. Group Anagrams
  6. Valid Parentheses
  7. Valid Palindrome
  8. Longest Palindromic Substring
  9. Palindromic Substrings
  10. Encode and Decode Strings (Leetcode Premium)

Tree

  1. Maximum Depth of Binary Tree
  2. Same Tree
  3. Invert Binary Tree
  4. Binary Tree Maximum Path Sum
  5. Binary Tree Level Order Traversal
  6. Serialize and Deserialize Binary Tree
  7. Subtree of Another Tree
  8. Construct Binary Tree from Preorder and Inorder Traversal
  9. Validate Binary Search Tree
  10. Kth Smallest Element in a BST
  11. Lowest Common Ancestor of a Binary Search Tree
  12. Implement Trie (Prefix Tree)

Okay, then. My name is Jaimin Bariya. I write posts on DSA, Python, AI-ML, and React, but I love them all. So, if you found this content helpful, save it, give it all 5 likes (😅), and Share it on your LinkedIn if you are going to start this challenge today.

If you have a little bit of time, plz comment to suggest to me what my next post on. See you next time 👋 🫡

Happy Coding :)

Top comments (2)

Collapse
 
jaiminbariya profile image
Jaimin Bariya

Collapse
 
jaiminbariya profile image
Jaimin Bariya