201. | Reorder Routes to Make All Paths Lead to the City Zero | Leetcode - 1466 | META | DFS | Live Coding | 31:35 | |
|
202. | Prim's Algorithm | Minimum Spanning Tree | Full Dry Run | INTUITION | Graph Concepts & Qns - 34 | 31:34 | |
|
203. | Shortest Path to Get All Keys | Full Detail | Leetcode-864 | GOOGLE | Explanation β Live Coding | 31:32 | |
|
204. | Number of Good Leaf Nodes Pairs | Simple DFS | Dry Run | Leetcode 1530 | codestorywithMIK | 31:30 | |
|
205. | Remove Nodes From Linked List | 3 Detailed Approaches | Story | Leetcode 2487 | codestorywithMIK | 31:29 | |
|
206. | Minimum Number of Pushes to Type Word I and II | Leetcode 3014 | Leetcode 3016 | Weekly Contest | 31:27 | |
|
207. | Longest Increasing Subsequence | BOTTOM UP | FULL INTUITION | DP Concepts & Qns - 12 | Leetcode-300 | 31:22 | |
|
208. | Sum of Absolute Differences in a Sorted Array | Build Intuition | 2 Approaches | Leetcode - 1685 | 31:11 | |
|
209. | Ugly Number II -(Google, Meta, Microsoft, GoldmanSachs, Paytm, Walmart): Explanation β Live Coding | 31:09 | |
|
210. | Smallest Number in Infinite Set | 3 Approaches | (MICROSOFT) | Leetcode-1046 | Live Code π§π»βπ» | 31:08 | |
|
211. | Minimize the Maximum Difference of Pairs | Binary Search Pattern | INTUITION | META | Leetcode-2616 | 31:06 | |
|
212. | Implement Trie (Prefix Tree) - (Leetcode - 208) - (MICROSOFT) : Explanation β Live Coding | 31:00 | |
|
213. | Strange Printer | INTUITIVE | Recursion | Memoization | NetEase | Leetcode-664 | 31:00 | |
|
214. | Minimum Replacements to Sort the Array | Cleanest Code | Full Dry Run | GOOGLE | Leetcode - 2366 | 30:57 | |
|
215. | Maximum Sum Circular Subarray (Microsoft, Amazon) : Explanation β Live Coding | 30:55 | |
|
216. | Count Negative Numbers in a Sorted Matrix | Leetcode-1351 | 3 Approaches | AMAZON | Explanation | 30:54 | |
|
217. | Water Bottles | 3 Approaches | Easy Explanations | Leetcode 1518 | codestorywithMIK | 30:53 | |
|
218. | Minimum Difficulty of a Job Schedule -(Amazon): Explanation β Live Coding π§π»βπ» | 30:52 | |
|
219. | Dijkstra's Algorithm | PART-1 | (Microsoft) | Graph Concepts & Qns - 24 | Explanation+Coding | 30:51 | |
|
220. | Minimum Speed to Arrive on Time | Binary Search | INTUITION | Online Assessment | Leetcode-1870 | 30:40 | |
|
221. | Parallel Courses III | Topological Sorting | Intuition | Dry Run | UBER | Leetcode - 2050 | 30:39 | Vlog |
|
222. | Relative Ranks | 3 Approaches | Leetcode 506 | codestorywithMIK | 30:38 | |
|
223. | Unique Paths III -(Apple, Amazon, Microsoft, Intuit) : Explanation β Live Coding | 30:36 | |
|
224. | Stone Game III | Basic to Optimal | EASIEST Explanation | META, GOOGLE | Leetcode-1406 | Live Code | 30:34 | |
|
225. | Number of Music Playlists | Made Super Easy | Recursion | Memoization | META | Leetcode-920 | 30:31 | |
|
226. | Number of Nodes in the Sub-Tree With the Same Label : Explanation β Live Coding | 30:23 | |
|
227. | Shortest Path in Weighted undirected graph | Dijkstra's | Why not BFS ? | Graph Concepts & Qns - 27 | 30:18 | |
|
228. | Minimum Genetic Mutation -(Asked by Twitter) : Explanation β Live Coding | 30:14 | |
|
229. | Disjoint Set Union - | DSU | Graph Concepts & Qns - 18 | Explanation+Coding | 30:12 | |
|
230. | Maximum Running Time of N Computers | Binary Search | INTUITION | Dry Run | GOOGLE | Leetcode-2141 | 30:03 | |
|
231. | Longest String Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 14 | Leetcode-1048 | 29:53 | |
|
232. | IPO | Easy Beginner Friendly | Story To Code | Leetcode 502 | codestorywithMIK | 29:52 | |
|
233. | House Robber - (Amazon, OYO Rooms, Walmart, Google, Flipkart, LinkedIn) : Explanation β Live Coding | 29:51 | |
|
234. | Filling Bookcase Shelves | Recursion Memoization | Why not Greedy | Leetcode 1105 | codestorywithMIK | 29:49 | |
|
235. | Maximum Product of Splitted Binary Tree -(Google, Meta, Amazon(Phone)) : Explanation β Live Coding | 29:44 | |
|
236. | Make Array Strictly Increasing | Recur + Memo | Time Complexity | GOOGLE | Leetcode-1187 | Live Code | 29:42 | |
|
237. | Non-decreasing Subsequences -(Khaandani Backtracking Template) : Explanation β Live Coding | 29:42 | |
|
238. | Kth Largest Element in an Array | Quick Select | Time Complexity | MICROSOFT | Leetcode-215 | 29:38 | |
|
239. | Interleaving String | Khandaani Tareeka | Memoization | GOOGLE | Leetcode-97 | 29:35 | |
|
240. | K-th Symbol in Grammar | Recursion | Recurrence Relation Explained | GOOGLE | Leetcode - 779 | 29:33 | |
|
241. | Champagne Tower | Recursion | Memoization | GOOGLE | Leetcode - 799 | 29:27 | |
|
242. | Arithmetic Slices II - Subsequence -(Google, Meta, Netflix, Amazon, Apple):Explanation β Live Coding | 29:24 | |
|
243. | Grumpy Bookstore Owner | Simplest Thought Process | Leetcode 1052 | codestorywithMIK | 29:24 | |
|
244. | Amount of Time for Binary Tree to Be Infected | Using BFS | Leetcode 2385 | 29:24 | |
|
245. | Subarrays with K Different Integers | Approach-2 | One Pass | Leetcode 992 | codestorywithMIK | 29:18 | |
|
246. | Number of Ways to Form a Target String Given a Dictionary - (Recur + Memo) | Leetcode-1639|Live Code | 29:15 | |
|
247. | Last Day Where You Can Still Cross | BFS | DFS | Binary Search | GOOGLE Onsite | Leetcode-1970 | 29:09 | |
|
248. | Reconstruct Itinerary | Clean | Simple | Intuitive | GOOGLE | Leetcode-332 | Live Code | 29:09 | |
|
249. | The K Weakest Rows in a Matrix | 2 Approaches | Binary Search | Heap | Sorting | Leetcode - 1337 | 29:08 | |
|
250. | Minimum Increment to Make Array Unique | Sorting | Counting Sort | Leetcode 945 | codestorywithMIK | 29:00 | |
|
251. | Segment Tree | Range Sum Query | Story To Code | Video 3 | 29:00 | |
|
252. | Image Overlap -(Google) : Explanation β Live Coding | 28:56 | |
|
253. | Number of Good Leaf Nodes Pairs | Using Graph And BFS | Dry Run | Leetcode 1530 | codestorywithMIK | 28:54 | |
|
254. | Erect the Fence -(GOOGLE) : Explanation β Live Coding | 28:52 | |
|
255. | Climbing Stairs -(Amazon, OYO Rooms, Microsoft, Adobe, Flipkart) : Explanation β Live Coding | 28:49 | |
|
256. | Number of Dice Rolls With Target Sum | Recursion | Memo | Bottom Up | Leetcode 1155 | 28:40 | |
|
257. | Construct Quad Tree (Leetcode - 427) - (Google) : Explanation β Live Coding | 28:36 | |
|
258. | Word Pattern -(Amazon, MakeMyTrip, Microsoft) : Explanation β Live Coding | 28:34 | |
|
259. | Custom Sort String | 2 Approaches | Intuition | Meta | Leetcode 791 | 28:33 | |
|
260. | Add Two Numbers II | Follow Up Qn Also | 2 Approaches | AMAZON | MICROSOFT | Leetcode-445 | 28:30 | |
|
261. | Split Linked List in Parts | Clean | Simple Code | Dry Run | Amazon | Leetcode - 725 | 28:29 | |
|
262. | Unique Length-3 Palindromic Subsequences | 2 Ways | Intuition | META | GOOGLE | Leetcode-1930 | 28:29 | |
|
263. | Minimum Difficulty of a Job Schedule | Bottom Up | Amazon | Leetcode 1335 | 28:27 | |
|
264. | Task Scheduler | Easy Intuition | Using Heap | Leetcode 621 | codestorywithMIK | 28:25 | |
|
265. | Count Unreachable Pairs of Nodes in an Undirected Graph | Leetcode - 2316 | MICROSOFT | Live Coding | 28:24 | |
|
266. | All Possible Full Binary Trees | Recursion Tree | Memoization | GOOGLE | AMAZON | Leetcode-894 | 28:23 | |
|
267. | Partition Array for Maximum Sum | Why DP | Recursion | Memo | Bottom Up | Leetcode 1043 | 28:20 | |
|
268. | Count Subarrays With Fixed Bounds - (Leetcode - 2444) - (Microsoft) : Explanation β Live Coding | 28:17 | |
|
269. | Painting the Walls | Why Greedy Fails | Recursion | Memoization | GOOGLE | Leetcode - 2742 | 28:12 | |
|
270. | Minimum One Bit Operations to Make Integers Zero | Detailed Explanation | LinkedIn | Leetcode 1611 | 28:11 | |
|
271. | Find Beautiful Indices in the Given Array | Part I | Part II | Same Code | KMP | Weekly Contest 380 | 28:07 | |
|
272. | Largest Positive Integer That Exists With Its Negative |4 Approaches|Leetcode 2441 |codestorywithMIK | 28:04 | |
|
273. | Number of Ways to Stay in the Same Place After Some Steps | Recursion | Memoization | Leetcode- 1269 | 27:58 | |
|
274. | Remove Max Number Of Edges To Keep Graph Fully Traversable | Leetcode - 1579 | DSU | GOOGLE | Live | 27:54 | |
|
275. | Reverse Linked List | Merge Two Sorted Lists | Reverse Order | Leetcode 206 | Leetcode 21 | GFG POTD | 27:52 | |
|
276. | Maximum Profit in Job Scheduling -(Classic DP): Explanation β Live Coding | 27:50 | |
|
277. | Time Complexity | Space Complexity | Examples | Recursion Concepts And Questions | Video 4 | 27:47 | |
|
278. | Array Pair Sum Divisibility Problem | Brute Force | Optimal | GfG POTD | 27:40 | |
|
279. | Single Number II | Multiple Approaches | GOOGLE, AMAZON | META | Leetcode-137 | Explanation | 27:40 | |
|
280. | Number of Nodes in the Sub-Tree With the Same Label : (Better Approach) | Explanation β Live Coding | 27:38 | |
|
281. | Longest Palindrome by Concatenating Two Letter Words: Greedy Explanation β Live Coding π§π»βπ» | 27:38 | |
|
282. | Binary Search Tree to Greater Sum Tree | Brute | Better | Optimal | Leetcode 1038 | codestorywithMIK | 27:37 | |
|
283. | Predict the Winner | Two Recursive Approaches | Memoization | Game Strategy | AMAZON | Leetcode-486 | 27:35 | |
|
284. | Word Break | Tree Diagram | Recursion | Memoization | Similar Problems | Leetcode-139 | 27:29 | |
|
285. | Count Occurrences of Anagrams-(Amazon, Microsoft, Flipkart):Explanation β Live Coding π§π»βπ»π©π»βπ» | 27:29 | |
|
286. | Find the Pivot Integer | 5 Approaches | Easy Explanation | Leetcode 2485 | 27:24 | |
|
287. | First negative integer in every window of size k-(Amazon,MentorGraphics):Explanationβ Live Coding | 27:22 | |
|
288. | Task Scheduler | Using Greedy Only | No Heap | Leetcode 621 | codestorywithMIK | 27:20 | |
|
289. | Count the Number of Good Partitions | Intuition | Leetcode-2963 | Weekly Contest 375 | 27:20 | |
|
290. | Top K Frequent Elements | Heap | Bucket Sort | AMAZON | Leetcode-347 | Explanation β Live Coding | 27:17 | |
|
291. | Solving Questions With Brainpower | GOOGLE | Leetcode-2140 | Live Code + Explanation | 27:16 | |
|
292. | Count digit groupings of a number | Recursion | Memoization | GFG POTD | 27:09 | |
|
293. | Calculate Money in Leetcode Bank | 2 Approaches | O(n) | O(1) | Leetcode 1716 | 27:09 | |
|
294. | Minimum Time to Complete Trips - (Leetcode - 2187) - (Google, PhonePe) : Explanation β Live Coding | 27:07 | |
|
295. | Sort the Jumbled Numbers | 2 Approaches | Leetcode 2191 | codestorywithMIK | 27:05 | |
|
296. | Count Ways To Build Good Strings | BOTTOM UP | META | Leetcode-2466 | Live Code + Explanation | 27:03 | |
|
297. | Merge k Sorted Lists - (Leetcode - 23) - (Google, Amazon, Microsoft..) : Explanation β Live Coding | 26:58 | |
|
298. | Spiral Matrix - (Amazon, Microsoft, Paytm...) : Explanation β Live Coding π§π»βπ»π©π»βπ» | 26:53 | |
|
299. | Determine if a Cell Is Reachable at a Given Time | Intuition | Math | Leetcode - 2849 | 26:51 | |
|
300. | Shortest Bridge | Leetcode-934 | DFS + BFS | MICROSOFT | Explanation β Live Coding | 26:49 | |
|