0% found this document useful (0 votes)
125 views

Blind 75 LeetCode Questions - LeetCode Discuss

Uploaded by

knpknp599
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
125 views

Blind 75 LeetCode Questions - LeetCode Discuss

Uploaded by

knpknp599
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

(/)

 Back to Discuss (/discuss/)

General Discussion (/discuss/general-discussion)


Please take a moment to read our Community Rules here
(https://leetcode.com/discuss/general-discussion/324861/LeetCode-Community-
Rules) before posting.

 (/discuss/general-discussion)  Blind 75 LeetCode Questions

 Share

Blind 75 LeetCode Questions 3.8M


VIEWS

 Last Edit: January 23, 2024 1:29 PM

9307 (/krishnadey30) krishnadey30 (/k…  | +200


 9398

Hi folks,

I found a list of Blind 75 Leetcode problems. Sharing it as I found it very useful.

Connect with me: https://linktr.ee/tech.krishnadey (https://linktr.ee/tech.krishnadey)

Happy Coding!

Array
Two Sum (https://leetcode.com/problems/two-sum/)
Best Time to Buy and Sell Stock (https://leetcode.com/problems/best-time-to-
buy-and-sell-stock/)
Contains Duplicate (https://leetcode.com/problems/contains-duplicate/)
Product of Array Except Self (https://leetcode.com/problems/product-of-array-
except-self/)
Maximum Subarray (https://leetcode.com/problems/maximum-subarray/)
Maximum Product Subarray (https://leetcode.com/problems/maximum-product-
subarray/)
Find Minimum in Rotated Sorted Array (https://leetcode.com/problems/find-
minimum-in-rotated-sorted-array/)
Search in Rotated Sorted Array (https://leetcode.com/problems/search-in-
rotated-sorted-array/)
3 Sum (https://leetcode.com/problems/3sum/)
Container With Most Water (https://leetcode.com/problems/container-with-
most-water/)

Binary
Sum of Two Integers (https://leetcode.com/problems/sum-of-two-integers/)
Number of 1 Bits (https://leetcode.com/problems/number-of-1-bits/)
Counting Bits (https://leetcode.com/problems/counting-bits/)
Missing Number (https://leetcode.com/problems/missing-number/)
Reverse Bits (https://leetcode.com/problems/reverse-bits/)

Dynamic Programming
Climbing Stairs (https://leetcode.com/problems/climbing-stairs/)
Coin Change (https://leetcode.com/problems/coin-change/)
Longest Increasing Subsequence (https://leetcode.com/problems/longest-
increasing-subsequence/)
Longest Common Subsequence (https://leetcode.com/problems/longest-
common-subsequence/)
Word Break Problem (https://leetcode.com/problems/word-break/)
Combination Sum (https://leetcode.com/problems/combination-sum-iv/)
House Robber (https://leetcode.com/problems/house-robber/)
House Robber II (https://leetcode.com/problems/house-robber-ii/)
Decode Ways (https://leetcode.com/problems/decode-ways/)
Unique Paths (https://leetcode.com/problems/unique-paths/)
Jump Game (https://leetcode.com/problems/jump-game/)

Graph
Clone Graph (https://leetcode.com/problems/clone-graph/)
Course Schedule (https://leetcode.com/problems/course-schedule/)
Pacific Atlantic Water Flow (https://leetcode.com/problems/pacific-atlantic-
water-flow/)
Number of Islands (https://leetcode.com/problems/number-of-islands/)
Longest Consecutive Sequence (https://leetcode.com/problems/longest-
consecutive-sequence/)
Alien Dictionary (Leetcode Premium) (https://leetcode.com/problems/alien-
dictionary/)
Graph Valid Tree (Leetcode Premium) (https://leetcode.com/problems/graph-
valid-tree/)
Number of Connected Components in an Undirected Graph (Leetcode Premium)
(https://leetcode.com/problems/number-of-connected-components-in-an-
undirected-graph/)

Interval
Insert Interval (https://leetcode.com/problems/insert-interval/)
Merge Intervals (https://leetcode.com/problems/merge-intervals/)
Non-overlapping Intervals (https://leetcode.com/problems/non-overlapping-
intervals/)
Meeting Rooms (Leetcode Premium) (https://leetcode.com/problems/meeting-
rooms/)
Meeting Rooms II (Leetcode Premium) (https://leetcode.com/problems/meeting-
rooms-ii/)

Linked List
Reverse a Linked List (https://leetcode.com/problems/reverse-linked-list/)
Detect Cycle in a Linked List (https://leetcode.com/problems/linked-list-cycle/)
Merge Two Sorted Lists (https://leetcode.com/problems/merge-two-sorted-
lists/)
Merge K Sorted Lists (https://leetcode.com/problems/merge-k-sorted-lists/)
Remove Nth Node From End Of List (https://leetcode.com/problems/remove-
nth-node-from-end-of-list/)
Reorder List (https://leetcode.com/problems/reorder-list/)

Matrix
Set Matrix Zeroes (https://leetcode.com/problems/set-matrix-zeroes/)
Spiral Matrix (https://leetcode.com/problems/spiral-matrix/)
Rotate Image (https://leetcode.com/problems/rotate-image/)
Word Search (https://leetcode.com/problems/word-search/)
String
Longest Substring Without Repeating Characters
(https://leetcode.com/problems/longest-substring-without-repeating-
characters/)
Longest Repeating Character Replacement
(https://leetcode.com/problems/longest-repeating-character-replacement/)
Minimum Window Substring (https://leetcode.com/problems/minimum-window-
substring/)
Valid Anagram (https://leetcode.com/problems/valid-anagram/)
Group Anagrams (https://leetcode.com/problems/group-anagrams/)
Valid Parentheses (https://leetcode.com/problems/valid-parentheses/)
Valid Palindrome (https://leetcode.com/problems/valid-palindrome/)
Longest Palindromic Substring (https://leetcode.com/problems/longest-
palindromic-substring/)
Palindromic Substrings (https://leetcode.com/problems/palindromic-substrings/)
Encode and Decode Strings (Leetcode Premium)
(https://leetcode.com/problems/encode-and-decode-strings/)

Tree
Maximum Depth of Binary Tree (https://leetcode.com/problems/maximum-
depth-of-binary-tree/)
Same Tree (https://leetcode.com/problems/same-tree/)
Invert/Flip Binary Tree (https://leetcode.com/problems/invert-binary-tree/)
Binary Tree Maximum Path Sum (https://leetcode.com/problems/binary-tree-
maximum-path-sum/)
Binary Tree Level Order Traversal (https://leetcode.com/problems/binary-tree-
level-order-traversal/)
Serialize and Deserialize Binary Tree (https://leetcode.com/problems/serialize-
and-deserialize-binary-tree/)
Subtree of Another Tree (https://leetcode.com/problems/subtree-of-another-
tree/)
Construct Binary Tree from Preorder and Inorder Traversal
(https://leetcode.com/problems/construct-binary-tree-from-preorder-and-
inorder-traversal/)
Validate Binary Search Tree (https://leetcode.com/problems/validate-binary-
search-tree/)
Kth Smallest Element in a BST (https://leetcode.com/problems/kth-smallest-
element-in-a-bst/)
Lowest Common Ancestor of BST (https://leetcode.com/problems/lowest-
common-ancestor-of-a-binary-search-tree/)
Implement Trie (Prefix Tree) (https://leetcode.com/problems/implement-trie-
prefix-tree/)
Add and Search Word (https://leetcode.com/problems/add-and-search-word-
data-structure-design/)
Word Search II (https://leetcode.com/problems/word-search-ii/)

Heap
Merge K Sorted Lists (https://leetcode.com/problems/merge-k-sorted-lists/)
Top K Frequent Elements (https://leetcode.com/problems/top-k-frequent-
elements/)
Find Median from Data Stream (https://leetcode.com/problems/find-median-
from-data-stream/)

Important Link:
14 Patterns to Ace Any Coding Interview Question (https://hackernoon.com/14-
patterns-to-ace-any-coding-interview-question-c5bb3357f6ed)
Grind 75 (https://www.techinterviewhandbook.org/grind75)

Comments: 116 Sort By 

 Login to Comment
(/accounts/login/?next=/discuss/general-discussion/460599/blind-75-leetcode-questions)

yangshun (/yangshun)  6996  August 22, 2021 6:11 PM


Hi everyone, I'm the OP of Blind 75. Never would I expect Blind 75 to be so famous. In
2022, I updated the questions and added study resources for each topic. Check them out
at https://www.techinterviewhandbook.org/coding-interview-study-plan/
(https://www.techinterviewhandbook.org/coding-interview-study-plan/)

UPDATE 2022/04: I made Grind 75 (https://www.techinterviewhandbook.org/grind75) as


Read More
a better version of Blind 75 - updated questions, filtering, sorting and weekly plans -
1596    Share
https://www.grind75.com (https://www.grind75.com)
SHOW 34 REPLIES
Past list of 50 questions can be found at https://www.techinterviewhandbook.org/best-
practice-questions/ (https://www.techinterviewhandbook.org/best-practice-questions/)
dbhaskaran (/dbhaskaran)  294  December 27, 2019 5:35 AM
Here is the download link enjoy https://leetcode.com/list/xi4ci4ig
(https://leetcode.com/list/xi4ci4ig)
260    Share

SHOW 9 REPLIES

ayushrawat11562 (/ayushrawat11562)  100  March 7, 2022 10:44 AM


Just saw this spreadsheet by Neetcode (maybe it can help you):
https://docs.google.com/spreadsheets/d/1A2PaQKcdwO_lwxz9bAnxXnIQayCouZP6d-
ENrBz_NXc
(https://docs.google.com/spreadsheets/d/1A2PaQKcdwO_lwxz9bAnxXnIQayCouZP6d-
ENrBz_NXc)
Read More

64    Share

SHOW 4 REPLIES

solagas (/solagas)  62  July 27, 2021 3:35 PM


Hi everyone. Is this list still relevant today?
58    Share

SHOW 9 REPLIES

amoghmc (/amoghmc)  135  June 28, 2023 12:34 PM


Here is the leetcode list for Blind 75 and more:
Blind 75: https://leetcode.com/list/oizxjoit (https://leetcode.com/list/oizxjoit)
Grind 169: https://leetcode.com/list/rabvlt31 (https://leetcode.com/list/rabvlt31)
Grind 75: https://leetcode.com/list/rab78cw1 (https://leetcode.com/list/rab78cw1)
Neetcode 150: https://leetcode.com/list/rr2ss0g5 (https://leetcode.com/list/rr2ss0g5)
SQL: https://leetcode.com/list/o2qifkts (https://leetcode.com/list/o2qifkts) Read More

43    Share

nikhil199029 (/nikhil199029)  77  July 22, 2021 2:57 PM


Stacks not included at all ?
I felt a lot of questions can be solved optimally if we have good understanding of stacks
only
77    Share

SHOW 3 REPLIES
iameugenejo (/iameugenejo)  95  August 23, 2021 10:21 AM
Merge K Sorted Lists appears under both Linked List and Heap categories, so it's
actually a Blind 74
80    Share

SHOW 6 REPLIES

white_panda (/white_panda)  333  December 26, 2019 8:38 PM


What is blind ?
127    Share

SHOW 6 REPLIES

juancafe2 (/juancafe2)  128  December 27, 2019 3:07 AM


I am preparing for FB I used this list plus a combination of the most frequent questions
from FB.
I would say there pretty similar though I would suggest to that list add sections for
parenthesis, more sliding window problems, stack, and probably common hard problems.
Read More

50    Share

SHOW 7 REPLIES

singhman (/singhman)  47  December 27, 2019 10:52 AM


The list being shared is from this blind post (https://tinyurl.com/wt38w77).
39    Share

SHOW 1 REPLY

 1 2 3 4 5 6 ... 11 12 

Copyright © 2024 LeetCode

Help Center (/support) Jobs (/jobs) Bug Bounty (/bugbounty) Online Interview (/interview/)

Students (/student) Terms (/terms) Privacy Policy (/privacy)

United States (/region)

You might also like