0% found this document useful (0 votes)
89 views7 pages

Blind 75 LeetCode Questions - LeetCode Discuss

Uploaded by

knpknp599
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
89 views7 pages

Blind 75 LeetCode Questions - LeetCode Discuss

Uploaded by

knpknp599
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
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