Official SheetPublic
Blind 75 DSA Sheet
The ultimate curated list of 75 essential coding interview questions covering Arrays, Trees, Graphs, DP, and more. Master these for top product companies.
You are browsing this sheet in read-only mode. Sign In to track progress, save notes, and add starred problems.
| Status | Problem Name | Difficulty | Platform | Star | Notes |
|---|---|---|---|---|---|
| Two Sum ArrayHash Table | Easy | LeetCode | |||
| Best Time to Buy and Sell Stock ArrayDynamic ProgrammingSliding Window | Easy | LeetCode | |||
| Contains Duplicate ArrayHash TableSorting | Easy | LeetCode | |||
| Product of Array Except Self ArrayPrefix Sum | Medium | LeetCode | |||
| Maximum Subarray ArrayDivide and ConquerDynamic Programming | Medium | LeetCode | |||
| Maximum Product Subarray ArrayDynamic Programming | Medium | LeetCode | |||
| Find Minimum in Rotated Sorted Array ArrayBinary Search | Medium | LeetCode | |||
| Search in Rotated Sorted Array ArrayBinary Search | Medium | LeetCode | |||
| 3Sum ArrayTwo PointersSorting | Medium | LeetCode | |||
| Container With Most Water ArrayTwo Pointers | Medium | LeetCode |