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

LeetCode Blind 75 by HackCode

For CSE students subject

Uploaded by

tejasriadavath
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

LeetCode Blind 75 by HackCode

For CSE students subject

Uploaded by

tejasriadavath
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 48

Youtube Channel Link Hack Code - YouTube

Instagram Hack Code (@hackcode.lb) • Instagram photos and videos


Telegram hackcodelb
Blind 75 Playlist Link LeetCode
make - Blind
tracking 75 -progress
your Most Asked Interview
smoother, Questions
please make- your
YouTube
own copy of the sheet. Ha
Note coding! 💻🚀

Time &DSA
Space Complexity
Concepts - BaTime & Space Complexities Simplified 🤯 | Easiest Explanation Ever with Real-World
Revise/Learn Learn Data Structures and Algorithms

Pattern Sheet Link


Sets Link
HashMap Link
Sorting Link
Modified Binary Search Link
Two Pointers Link
Sliding Window Link
Stack Link
Recursion Link
Breadth First Search Link
Depth First Search Link
Backtracking Link
Dynamic Programming Link

Topic Problem Link


Array Two Sum
Array Best Time to Buy and Sell Stock
Array Contains Duplicate
Array Product of Array Except Self
Array Maximum Subarray
Array Maximum Product Subarray
Array Find Minimum in Rotated Sorted Array
Array Search in Rotated Sorted Array
Array 3 Sum
Array Container With Most Water
Interval Insert Interval
Interval Merge Intervals
Interval Non-overlapping Intervals
Interval Meeting Rooms (Leetcode Premium)
Free version can be found here Meeting Rooms
Interval Meeting Rooms II (Leetcode Premium)
Free version can be found here Meeting Rooms II

Linked List Reverse a Linked List


Linked List Detect Cycle in a Linked List
Linked List Merge Two Sorted Lists
Linked List Merge K Sorted Lists
Linked List Remove Nth Node From End Of List
Linked List Reorder List

String Longest Substring Without Repeating Characters


String Longest Repeating Character Replacement
String Minimum Window Substring
String Valid Anagram
String Group Anagrams
String Valid Parentheses
String Valid Palindrome
String Longest Palindromic Substring
String Palindromic Substrings
String Encode and Decode Strings (Leetcode Premium)
Free version can be found here 659 · Encode and Decode Strings

Trees Maximum Depth of Binary Tree


Trees Same Tree
Trees Invert/Flip Binary Tree
Trees Binary Tree Maximum Path Sum
Trees Binary Tree Level Order Traversal
Trees Serialize and Deserialize Binary Tree
Trees Subtree of Another Tree
Trees Construct Binary Tree from Preorder and Inorder Traversal
Trees Validate Binary Search Tree
Trees Kth Smallest Element in a BST
Trees Lowest Common Ancestor of BST
Trees Implement Trie (Prefix Tree)
Trees Add and Search Word
Trees Word Search II

Heap Merge K Sorted Lists


Heap Top K Frequent Elements
Heap Find Median from Data Stream

Binary Sum of Two Integers


Binary Number of 1 Bits
Binary Counting Bits
Binary Missing Number
Binary Reverse Bits

Matrix Set Matrix Zeroes


Matrix Spiral Matrix
Matrix Rotate Image
Matrix Word Search

Dynamic Programming Climbing Stairs


Dynamic Programming Coin Change
Dynamic Programming Longest Increasing Subsequence
Dynamic Programming Longest Common Subsequence
Dynamic Programming Word Break Problem
Dynamic Programming Combination Sum
Dynamic Programming House Robber
Dynamic Programming House Robber II
Dynamic Programming Decode Ways
Dynamic Programming Unique Paths
Dynamic ProgrammingJump Game

Graph Clone Graph


Graph Course Schedule
Graph Pacific Atlantic Water Flow
Graph Number of Islands
Graph Longest Consecutive Sequence
Graph Alien Dictionary (Leetcode Premium)
Graph Graph Valid Tree (Leetcode Premium)
Graph Number of Connected Components in an Undirected Graph (Leetcode Prem
e make your own copy of the sheet. Happy

siest Explanation Ever with Real-World Examples | Big O - YouTube

Solution Link Status Due date


LeetCode 1: Two Sum Solution | Intuition
Not+started
Brute Force + Hashmap Approach | Coding Interview Prep
Master LeetCode 121: Best Time to BuyNotand Sell Stock | Brute Force & Single-Pass Solutions Explaine
started
LeetCode 217: Contains Duplicate Solution 🚀 | 5 Easy approaches Explained | Interview Preparation -
Not started
LeetCode 238: Product of Array Except Not
Selfstarted
| Efficient Python Solution | Hack Code
LeetCode 53: Maximum Subarray Problem | DSA | Hack Code | Amazon Question
Not started
💥 🚀 LeetCode 152. Maximum Product Subarray|Master
Not started Brute Force & Dynamic Programming Techniqu
LeetCode 153: Find Minimum in Rotated Sorted
Not startedArray | Modified Binary Search| Interview Question| D
Unlocking LeetCode 33 solution: SearchNot
in started
Rotated Sorted Array | Blind 75 | DSA | FAANG | Hack Code
Mastering Amazon Question | LeetCodeNot 121: Solution to 3 Sum | Faang| Python | Interview | Hack Cod
started
LeetCode: 11 Container With Most Water NotProblem
started | MAANG | Interview Prep | Greedy | Hack Code - Yo
Leetcode 57: Insert Interval | 2D ArraysNot
| Interview
started Questions | Python | MAANG | Hack Code - YouTub
LeetCode 56: Merge Intervals | Algorithm NotExplained
started with Examples & Visualisations | Hack Code - You
LeetCode 435: Non-overlapping Intervals Not| started
Hack Code | Using Greedy Algorithm - YouTube
LeetCode 252: Meeting Rooms | Brute ForceNot
& Optimised
started Approach Explained💡|Python |Beginner Friendly - YouTu

🚀 LeetCode 253: Meeting Rooms || | Brute Force


Not started
to Optimized Solutions | Two Pointers | Min Heap| DSA

LeetCode 206: Reverse Linked ListNot| started


Iterative & Recursive Approaches | Interview Prep | Hack Code
LeetCode 141. Linked List Cycle |Not
Hash Set & Floyd's Cycle-Finding Algorithm | Beats 91.38% - YouTu
started
LeetCode 21: Merge Two Sorted Lists | Recursion & Iteration | Deep Dive into Recursion Stack - YouTu
Not started
LeetCode 23: Merge K Sorted Linked Lists| Priority Queue Approach| Interview Prep| MAANG| Hack Co
Not started
LeetCode 19: Remove Nth Node From End of List | Two-Pass and One-Pass ( Two Pointers ) Methods |
Not started
Mastering LeetCode 143: ReorderNotList | In-Depth Explanation | Python | DSA | Two Pointers | HackCod
started

LeetCode 3: Longest Substring WithoutNot Repeating


started Characters | Sliding Window & HashMap Approache
LeetCode 424: Longest Repeating Character Replacement | Dynamic Sliding Window | Step-by-Step G
Not started
LeetCode76:Minimum Window Substring NotSolution
started Detailed Explanation| Sliding Window|Step-by-Step
LeetCode 242: Valid Anagram | Exploring NotSorting
started and Hashing Approaches | Python | MAANG | Hack C
LeetCode 49: Group Anagrams: SortingNot vs Hashmap
started | Interview Preparation | Python | MAANG | Hack
Mastering LeetCode 20: Valid Parentheses | MAANG | Stack | Detailed Explanation | DSA | Hack Code
Not started
Mastering LeetCode 125: Valid Palindrome | 3 Approaches to Solve Efficiently | Two Pointers | Python
Not started
LeetCode 5. Longest Palindromic Substring Solution
Not started
| Brute force, DP, expand around center explained
🚀 Master LeetCode 647: Palindromic Substrings
Not started
Explained!(3 Approaches + line-by-line Code Breakdown) - YouTu
LeetCode 271: Encode and Decode Strings |Not
String
started
manipulation | Length and Delimiter Encoding (O(N))

LeetCode 104. Maximum Depth of Binary Tree Not| started


Recursive Approach | MAANG | Interview Prep | Hack Code - YouT
LeetCode100: Same Tree | Interview Preparation
Not started
| MAANG | Recursion - YouTube
LeetCode 226: Invert Binary Tree | MAANG |Not
Interview
startedPreparation - YouTube
LeetCode124: Binary Tree Maximum Path Sum Not |started
Interview Preparation | Python | Recursion | Hack Code - YouTube
LeetCode 102: Binary Tree Level Order Traversal
Not started
| Amazon Interview Question | Trees | BFS| Hack Code - YouTub
LeetCode 297: Serialize and Deserialize Binary
NotTree
started
| Amazon Interview Question | Python |Hack Code - YouTube
LeetCode 572: Subtree of Another Tree | MicroSoft
Not started
Question | MAANG | Interview Prep | Hack Code - YouTube
LeetCode105: Construct Binary Tree from Preorder
Not started
and Inorder Traversal | Amazon Question |Hack Code - YouTub
LeetCode 98: Validate Binary Search Tree | Amazon
Not startedQuestion | MAANG | Python | DSA | Hack Code - YouTube
Master LeetCode 230: Kth Smallest ElementNotin astarted
BST | DSA | Interview Questions | Trees | Hack Code - YouTube
LeetCode 235: Lowest Common Ancestor ofNot a Binary
startedSearch Tree | Python | Interview Question|Hack Code - YouT
Master Tries: LeetCode 208: Implementing aNot
Triestarted
(Prefix Tree) | Complete Guide for Beginners | MAANG - YouTub
LeetCode 211: Design Add and Search Words NotData
started
Structure | Python Trie Implementation - YouTube
🚀 Master LeetCode 212: Word Search II - Efficient
Not started
Trie and Backtracking Solution 🌟 | Hack Code - YouTube

LeetCode 23: Merge K Sorted Linked Lists| Priority


Not started
Queue Approach| Interview Prep| MAANG| Hack Code - YouTu
LeetCode 347: Top K Frequent Elements | Interview
Not started
Prep| HashMap | Priority Q | Python | Hack Code
LeetCode 295 : Find Median from Data Stream
Not| started
Made Easy | Python | Heap Solution | Hack Code - YouTube

LeetCode 371: Sum of Two Integers without Not


"+" operator
started | Python | Hack Code| Interview Prep | MAANG
LeetCode 191: Number of 1 Bits | Bit Manipulation
Not started
| Interview Preparation Python | MAANG| Hack Code - YouTube
LeetCode 338: Counting Bits | Python InbuiltNot
Function
startedv/s Dynamic Programming | Hack Code
LeetCode 268: Missing Number | Demystifying NotTwo
started
Approaches - Summation & Bit Manipulation| Hack Code - You
Flip Your Bits: Mastering the LeetCode190. Reverse
Not started
Bits Challenge | Easy Python Tutorial | Hack Code - YouTube

LeetCode 73. Set Matrix Zeroes | 4 Approaches


Not |started
Brute Force | Using Set | Using List |Constant Space
🌀 LeetCode 54: Spiral Matrix | Step-by-Step Not
Explanation
started with Visuals | Python | Interview Question - YouTube
LeetCode 48: Rotate Image | Brute Force & In-Place
Not started
Rotation Explained | Mastering Matrix Rotation 🔄
LeetCode 79. Word Search | Explained Step-by-Step
Not started
with DFS Backtracking | Solve Like a Pro 🧩

🚀 LeetCode 70: Climbing Stairs| 4 Approaches


NotExplained|Recursion
started + DP Top-Down + Bottom-Up)| Made Ez
LeetCode 322. Coin Change 💰 | BruteForce Not
to Dynamic
started Programming Approaches Explained with Basics! 🚀
LeetCode 300. Longest Increasing Subsequence
Not started
| Brute Force, Dynamic Programming & Binary Search 🚀
🚀 LeetCode 1143. Longest Common SubsequenceNot started
| Brute Force, Top-Down & Bottom-Up DP Approaches | DSA
Not started
Not started
🔒 LeetCode 198: House Robber – 4 ApproachesNot started
Explained | Naive to Optimised | Recursion to DP 🚀
LeetCode 213. House Robber II 🏠💰 | 4 Approaches
Not started
to Crack Circular Arrays| Easiest Explanations|DSA
Not started
LeetCode 62. Unique Paths | Brute Force to Not
Optimised
startedSolutions | Dynamic Programming |Interview Prep
🚀 LeetCode 55. Jump Game | Recursion, Memoization
Not started & Greedy Approach Explained

Not started
Not started
Not started
Not started
Not started
Not started
Not started
n Undirected Graph (Leetcode Premium) Not started
Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Sorting Related Problems, this is also subset of B
Time
Time
& Space
& SpaceComplexities
Complexity Simplified
Basics 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Array 3 Sum
String Valid Anagram
String Group Anagrams
Interval Meeting Rooms (Leetcode Premium)
Free version can be found here Meeting Rooms
Interval Meeting Rooms II (Leetcode Premium)
nly Sorting Related Problems, this is also subset of Blind75 Questions
ver with Real-World Examples | Big O - YouTube

Solution Link Status


Mastering Amazon Question | LeetCode 121: Solution to 3 SumNot | Faang|
started
Python | Interview | Hack Cod
LeetCode 242: Valid Anagram | Exploring Sorting and Hashing Not Approaches
started | Python | MAANG | Hack C
LeetCode 49: Group Anagrams: Sorting vs Hashmap | InterviewNot Preparation
started | Python | MAANG | Hack
Not started
LeetCode 252: Meeting Rooms | Brute Force & Optimised Approach Explained💡|Python |Beginner Friendly - YouTu
nd here Meeting Rooms
🚀 LeetCode 253: Meeting Rooms || | Brute Force to Optimized Solutions | Two Pointers | Min Heap| DSA
Due date Notes

Pointers | Min Heap| DSA


Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only HashMaps Related Problems, this is also subse
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Array Two Sum
Array Contains Duplicate
String Longest Substring Without Repeating Characters
String Longest Repeating Character Replacement
String Valid Anagram
String Group Anagrams
Heap Top K Frequent Elements
HashMaps Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


LeetCode 1: Two Sum Solution | Intuition + Brute Force + Hashmap
NotApproach
started | Coding Interview Prep
LeetCode 217: Contains Duplicate Solution 🚀 | 5 Easy approaches
NotExplained
started | Interview Preparation - YouTube
LeetCode 3: Longest Substring Without Repeating Characters | Sliding
Not started
Window & HashMap Approaches - YouTube
LeetCode 424: Longest Repeating Character Replacement | Dynamic
Not started
Sliding Window | Step-by-Step Guide - YouT
LeetCode 242: Valid Anagram | Exploring Sorting and Hashing Approaches
Not started| Python | MAANG | Hack Code - YouT
LeetCode 49: Group Anagrams: Sorting vs Hashmap | Interview Preparation
Not started | Python | MAANG | Hack Code - YouT
LeetCode 347: Top K Frequent Elements | Interview Prep| HashMap
Not |started
Priority Q | Python | Hack Code
Not started
Due date Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - BlindContains
This Sheet 75 - Mostonly
Asked Interview
Modifed Questions
Binary Search- YouTube
Note
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Array Find Minimum in Rotated Sorted Array
Array Search in Rotated Sorted Array
Array Longest Increasing Subsequence
odifed Binary Search Related Problems, this is also subset of Blind75
Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


LeetCode 153: Find Minimum in Rotated Sorted Array | Modified NotBinary
started
Search| Interview Question| D
Unlocking LeetCode 33 solution: Search in Rotated Sorted Array Not| Blind
started
75 | DSA | FAANG | Hack Code
LeetCode 300. Longest Increasing Subsequence | Brute Force, Dynamic Programming & Binary Search 🚀
Due date Notes

ramming & Binary Search 🚀


Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Two Pointers Related Problems, this is also subs
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Array 3 Sum
Array Container With Most Water
Linked List Detect Cycle in a Linked List
String Valid Palindrome
wo Pointers Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


Mastering Amazon Question | LeetCode 121: Solution to 3 SumNot | Faang|
started
Python | Interview | Hack Cod
LeetCode: 11 Container With Most Water Problem | MAANG | Interview
Not started
Prep | Greedy | Hack Code - Yo
LeetCode 141. Linked List Cycle | Hash Set & Floyd's Cycle-Finding
Not started
Algorithm | Beats 91.38% - YouTu
Mastering LeetCode 125: Valid Palindrome | 3 Approaches to Solve Efficiently | Two Pointers | Python
Due date Notes

fficiently | Two Pointers | Python - YouTube


Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Sliding Window Related Problems, this is also sub
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


String Longest Substring Without Repeating Characters
String Longest Repeating Character Replacement
String Minimum Window Substring
ding Window Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


LeetCode 3: Longest Substring Without Repeating Characters | Sliding
Not started
Window & HashMap Approaches - YouTube
LeetCode 424: Longest Repeating Character Replacement | Dynamic
Not started
Sliding Window | Step-by-Step Guide - YouT
LeetCode76:Minimum Window Substring Solution Detailed Explanation|
Not started
Sliding Window|Step-by-Step Guide - YouT
Not started
Due date Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Recursion Related Problems, this is also subse
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Linked List Reverse a Linked List
Linked List Merge Two Sorted Lists
Trees Maximum Depth of Binary Tree
Trees Same Tree
Trees Invert/Flip Binary Tree
Trees Binary Tree Maximum Path Sum
Trees Subtree of Another Tree
Trees Validate Binary Search Tree
Trees Lowest Common Ancestor of BST
Array Longest Increasing Subsequence
Array Longest Common Subsequence
Array House Robber
Array House Robber II
Array Jump Game
Array Unique Paths
Recursion Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


LeetCode 206: Reverse Linked List | Iterative & Recursive ApproachesNot started | Interview Prep | Hack Code
LeetCode 21: Merge Two Sorted Lists | Recursion & Iteration | Deep Not started
Dive into Recursion Stack - YouTu
Not started
LeetCode 104. Maximum Depth of Binary Tree | Recursive Approach | MAANG | Interview Prep | Hack Code - YouT
LeetCode100: Same Tree | Interview Preparation | MAANG | RecursionNot started
- YouTube
Not started
LeetCode 226: Invert Binary Tree | MAANG | Interview Preparation - YouTube
LeetCode124: Binary Tree Maximum Path Sum | Interview Preparation Not started
| Python | Recursion | Hack Code - YouTube
LeetCode 572: Subtree of Another Tree | MicroSoft Question | MAANGNot started
| Interview Prep | Hack Code - YouTube
LeetCode 98: Validate Binary Search Tree | Amazon Question | MAANG Not started
| Python | DSA | Hack Code - YouTube
Not started
LeetCode 235: Lowest Common Ancestor of a Binary Search Tree | Python | Interview Question|Hack Code - YouT
LeetCode 300. Longest Increasing Subsequence | Brute Force, DynamicNot Programming
started & Binary Search 🚀
🚀 LeetCode 1143. Longest Common Subsequence | Brute Force, Top-Down Not started
& Bottom-Up DP Approaches | DSA
🔒 LeetCode 198: House Robber – 4 Approaches Explained | Naive to Optimised
Not started | Recursion to DP 🚀
LeetCode 213. House Robber II 🏠💰 | 4 Approaches to Crack Circular Arrays|
Not started
Easiest Explanations|DSA
🚀 LeetCode 55. Jump Game | Recursion, Memoization & Greedy Approach Not started
Explained
LeetCode 62. Unique Paths | Brute Force to Optimised Solutions | Dynamic
Not started
Programming |Interview Prep
Due date Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Sets Related Problems, this is also subset of
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Array Contains Duplicate
Matrix Set Matrix Zeroes
Linked List Detect Cycle in a Linked List
nly Sets Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


LeetCode 217: Contains Duplicate Solution 🚀 | 5 Easy approaches Not Explained
started | Interview Preparation -
Not| Using
LeetCode 73. Set Matrix Zeroes | 4 Approaches | Brute Force | Using Set started
List |Constant Space
LeetCode 141. Linked List Cycle | Hash Set & Floyd's Cycle-Finding Not started
Algorithm | Beats 91.38% - YouTu
Due date Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Stack Related Problems, this is also subset o
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


String Valid Parentheses
ly Stack Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


Mastering LeetCode 20: Valid Parentheses | MAANG | Stack | Detailed
Not started
Explanation | DSA | Hack Code
Due date Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Backtracking Related Problems, this is also subs
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Trees Word Search II
acktracking Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


Not
🚀 Master LeetCode 212: Word Search II - Efficient Trie and Backtracking started
Solution 🌟 | Hack Code - YouTube
Due date Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Breadth First Search Related Problems, this is also s
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Trees Binary Tree Level Order Traversal
dth First Search Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


Not started
LeetCode 102: Binary Tree Level Order Traversal | Amazon Interview Question | Trees | BFS| Hack Code - YouTub
Due date Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - Blind 75 - Most Asked Interview Questions - YouTube
Note This Sheet Contains only Depth First Search Related Problems, this is also su
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Trees Serialize and Deserialize Binary Tree
h First Search Related Problems, this is also subset of Blind75 Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


Not
LeetCode 297: Serialize and Deserialize Binary Tree | Amazon Interview started| Python |Hack Code - YouTube
Question
Due date Notes
Youtube Channel Link Hack Code - YouTube
Blind 75 Playlist Link LeetCode - BlindContains
This Sheet 75 - Most Asked
only Interview
Dynamic Questions - YouTube
Programming
Note
Time
Time &
& Space Complexities
Complexity Basics
Simplified 🤯 | Easiest Explanation Ever with Real-World Examples | Big O - YouTube
DSA Concepts - Revise/Learn Learn Data Structures and Algorithms

Topic Problem Link


Arithmetic Climbing Stairs
String Longest Palindromic Substring
String Palindromic Substrings
Binary Counting Bits
Array Longest Increasing Subsequence
Array Longest Common Subsequence
Array House Robber
Array House Robber II
Array Jump Game
Array Unique Paths
ynamic Programming Related Problems, this is also subset of Blind75
Questions
with Real-World Examples | Big O - YouTube

Solution Link Status


🚀 LeetCode 70: Climbing Stairs| 4 Approaches Explained|Recursion + DP NotTop-Down
started + Bottom-Up)| Made Ez
LeetCode 5. Longest Palindromic Substring Solution | Brute force, DP, Not started
expand around center explained
🚀 Master LeetCode 647: Palindromic Substrings Explained!(3 Approaches Not +started
line-by-line Code Breakdown) - YouTu
Not started
LeetCode 338: Counting Bits | Python Inbuilt Function v/s Dynamic Programming | Hack Code
LeetCode 300. Longest Increasing Subsequence | Brute Force, DynamicNot Programming
started & Binary Search 🚀
🚀 LeetCode 1143. Longest Common Subsequence | Brute Force, Top-Down Not started
& Bottom-Up DP Approaches | DSA
🔒 LeetCode 198: House Robber – 4 Approaches Explained | Naive to Optimised
Not started
| Recursion to DP 🚀
LeetCode 213. House Robber II 🏠💰 | 4 Approaches to Crack Circular Arrays|
Not started
Easiest Explanations|DSA
🚀 LeetCode 55. Jump Game | Recursion, Memoization & Greedy Approach Not started
Explained
LeetCode 62. Unique Paths | Brute Force to Optimised Solutions | Dynamic
Not started
Programming |Interview Prep
Due date Notes

You might also like