301. | Shortest Path in a Grid with Obstacles Elimination -(Google) : Explanation ➕ Live Coding | 26:47 | |
|
302. | Find the Duplicate Number | With Proof | Follow Up Qns | Hare And Tortoise | AMAZON | Leetcode - 287 | 26:46 | |
|
303. | Maximum Alternating Subsequence Sum |Recursion & Memo|Tree Diagram|DP Concepts & Qns-9|Leetcode-1911 | 26:44 | |
|
304. | Pseudo-Palindromic Paths in a Binary Tree | 2 Ways | Bit Magic | Leetcode 1457 | 26:41 | |
|
305. | Put Marbles in Bags | Full Intuition | Dry Run | Leetcode-2551 | AMAZON | Explanation ➕ Live Coding | 26:36 | |
|
306. | Print Shortest Common Supersequence | DP On Strings | Leetcode 1092 | DP Concepts & Qns-21 | 26:36 | |
|
307. | Binary Tree Maximum Path Sum - (Google, Meta, Amazon, Flipkart) : Explanation ➕ Live Coding | 26:35 | |
|
308. | Distribute candies in a binary tree | Intuition | Story To Code | GfG POTD | 26:20 | |
|
309. | Design HashSet | Full Details | GOOGLE | Leetcode-705 | Live Code | 26:17 | |
|
310. | Maximum Number of Events That Can Be Attended II | Recur + Memo | 2 Ways | AMAZON | Leetcode-1751 | 26:12 | |
|
311. | Possible Bipartition - (Microsoft, Flipkart, Samsung) : Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 | 26:09 | |
|
312. | Graph Concepts & Qns - 7 (Microsoft, Accolite, Amazon, Flipkart) : Topological Sort using DFS | 26:05 | Vlog |
|
313. | Minimum Time to Collect All Apples in a Tree - (Microsoft) : Explanation ➕ Live Coding | 26:01 | |
|
314. | Maximum Alternating Subsequence Sum | BOTTOM UP | INTUITION | DP Concepts & Qns - 10 | Leetcode-1911 | 25:58 | |
|
315. | Minimum Swaps to Group All 1's Together II | 2 Ways | Dry Runs | Leetcode 2134 | codestorywithMIK | 25:57 | |
|
316. | Maximum Twin Sum of a Linked List | 3 Approaches | GOOGLE | Leetcode-2130 | Live Code + Explanation | 25:57 | |
|
317. | Minimum Number of Days to Make m Bouquets | Simple Thought Process| Leetcode 1482 | codestorywithMIK | 25:55 | |
|
318. | Single Number III | Detailed Explanation | Leetcode 260 | codestorywithMIK | 25:54 | |
|
319. | Dota2 Senate | Brute + Slight Optimal | Leetcode - 649 | META | Explanation ➕ Live Coding 🧑🏻💻 | 25:52 | |
|
320. | Soup Servings | INTUITIVE | Recursion | Memoization | GOOGLE | Leetcode-808 | 25:51 | |
|
321. | Detonate the Maximum Bombs | DFS | BFS | GOOGLE | Leetcode-2101 | Live Code + Explanation 🧑🏻💻 | 25:49 | |
|
322. | Total Cost to Hire K Workers | Using 2 Heap | Dry Run | META | Leetcode-2462 | Live Code | 25:47 | |
|
323. | Next Permutation - (Google, Microsoft, Amazon..):Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 | 25:45 | |
|
324. | Check if There is a Valid Partition For The Array | Recursion | Memoization | GOOGLE | Leetcode-2369 | 25:39 | |
|
325. | Construct Binary Tree from Inorder and Postorder Traversal - (GOOGLE) : Explanation ➕ Live Coding | 25:38 | |
|
326. | Smallest String Starting From Leaf | DFS | BFS | Google | Leetcode 988 | codestorywithMIK | 25:37 | |
|
327. | Element Appearing More Than 25% In Sorted Array | 3 Approaches | Leetcode-1287 | 25:34 | |
|
328. | Design a Food Rating System | Clean Approach | Leetcode-2353 | 25:32 | |
|
329. | Find the Winner of an Array Game | Simulation | Easy Explanation | GOOGLE | Leetcode - 1535 | 25:28 | |
|
330. | Palindrome Partitioning - (Google, Microsoft, Meta) (Khaandani Template) : Explanation ➕ Live Coding | 25:25 | |
|
331. | Maximum Score of a Good Subarray | GREEDY | INTUITION | AMAZON | Leetcode - 1793 | 25:25 | |
|
332. | Find K Pairs with Smallest Sums | BRUTE FORCE ACCEPTED | GOOGLE | Leetcode-373 | Live Code | 25:23 | |
|
333. | Minimum Changes To Make Alternating Binary String | 2 Approaches | MICROSOFT | Leetcode 1758 | 25:14 | |
|
334. | Tower Of Hanoi | Simple Story | Story To Code | Recursion Concepts And Questions | Video 7 | 25:14 | |
|
335. | Minimum Deletions to Make Character Frequencies Unique | 2 Approaches | MICROSOFT | Leetcode - 1647 | 25:14 | |
|
336. | Longest ZigZag Path in a Binary Tree - | Leetcode-1372 | MICROSOFT | Explanation + Live Code | 25:12 | |
|
337. | Design Add and Search Words Data Structure - (Leetcode - 211) - (GOOGLE) : Explanation ➕ Live Coding | 25:08 | |
|
338. | Evaluate Division | With INTUITION | META, AMAZON | Leetcode-399 | Live Code 🧑🏻💻👩🏻💻 | 25:04 | |
|
339. | Magnetic Force Between Two Balls | Simple Thought Process | Leetcode 1552 | codestorywithMIK | 25:02 | |
|
340. | Missing Number | Multiple Approaches | Leetcode 268 | 24:58 | |
|
341. | Time Needed to Inform All Employees | DFS | BFS | AMAZON | Leetcode-1376 | Live Code | 24:56 | |
|
342. | Single Element in a Sorted Array-(Amazon, Microsoft, OLA...):Live Coding 🧑🏻💻👩🏻💻 | 24:50 | |
|
343. | Graph Concepts & Qns - 3 : DFS & BFS | 24:48 | |
|
344. | K Radius Subarray Averages | Leetcode-2090 | AMAZON | Explanation ➕ Live Coding | 24:45 | |
|
345. | Find Unique Binary String | Multiple Approaches | Intuition | AMAZON | META | GOOGLE | Leetcode-1980 | 24:43 | |
|
346. | Validate Binary Tree Nodes | Using Binary Tree Properties | BFS | META | Leetcode - 1361 | 24:41 | |
|
347. | Find if Path Exists in Graph -(Microsoft, Adobe, Amazon, Morgan Stanley) : Explanation ➕ Live Coding | 24:40 | |
|
348. | Design Graph With Shortest Path Calculator | Dijkstra’s | Floyd Warshall | Leetcode-2642 | 24:40 | |
|
349. | Number of Increasing Paths in a Grid | DFS + Memo | ADOBE, MICROSOFT | Leetcode-2328 | Live Code | 24:38 | |
|
350. | Graph Concepts & Qns - 8 (Amazon, Microsoft..) : Kahn's Algorithm(Topological Sort using BFS) | 24:36 | Vlog |
|
351. | Insert Interval (Google, Twitter, Microsoft, Apple, Amazon) : Explanation ➕ Live Coding | 24:35 | |
|
352. | Minimum Number of Taps to Open to Water a Garden | Full Dry Run | ATLASSIAN | Leetcode - 1326 | 24:34 | |
|
353. | Coin Change II | Made Super Easy | Recursion | Memoization | AMAZON | Leetcode-518 | 24:32 | |
|
354. | Increasing Triplet Subsequence -(Amazon, Walmart, Facebook): Explanation ➕ Live Coding 🧑🏻💻 | 24:32 | |
|
355. | Construct Binary Tree From Preorder And Inorder Traversal-(Microsoft, Amazon):Live Coding 🧑🏻💻 | 24:27 | |
|
356. | Determine if Two Strings Are Close (Google,Microsoft,Atlassian…) : Explanation➕Live Coding | 24:23 | |
|
357. | Count Number of Teams | Simple thought process | Intuition | Leetcode 1395 | 24:13 | |
|
358. | Count Nodes Equal to Average of Subtree | 2 Approaches | Leetcode-2265 | Explanation ➕ Live Coding | 24:12 | |
|
359. | Pass the Pillow | 2 Approaches | Easy Explanations | Leetcode 2582 | codestorywithMIK | 24:09 | |
|
360. | Seat Reservation Manager | 3 Ways | Intuition | META | Leetcode - 1845 | 24:05 | |
|
361. | Profitable Schemes - (AMAZON) | Recur+Memo | Leetcode-879 | Live Code + Explanation | 24:05 | |
|
362. | Flatten BST to sorted list | Magic Of Recursion | Recursion Concepts And Questions | Video 12 | 24:04 | |
|
363. | Count Triplets That Can Form Two Arrays of Equal XOR | Leetcode 1442 | codestorywithMIK | 24:04 | |
|
364. | Sort the Matrix Diagonally - (MICROSOFT) : Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 | 24:02 | |
|
365. | Kruskal's Algorithm | Minimum Spanning Tree | Full Dry Run | INTUITION | Graph Concepts & Qns - 36 | 24:01 | |
|
366. | Number of Ways to Divide a Long Corridor | Clear Intuition | Dry Run | Leetcode 2147 | 23:58 | |
|
367. | Min Cost Climbing Stairs | Bottom Up | Recursion | Memoization | GOOGLE | Leetcode - 746 | 23:57 | |
|
368. | Techfest and the Queue | Simplest Explanation | GFG POTD | 23:54 | |
|
369. | Lucky Numbers in a Matrix | 2 Approaches | Dry Run | Leetcode 1380 | codestorywithMIK | 23:54 | |
|
370. | Remove Zero Sum Consecutive Nodes from Linked List - | Leetcode-1171 | Explanation + Live Code | 23:53 | |
|
371. | Find Bottom Left Tree Value | 3 Approaches | Simple Story | Microsoft | Leetcode 513 | 23:52 | |
|
372. | Design HashMap | Brute Force | Optimal | META | GOOGLE | NETFLIX | Leetcode - 706 | 23:51 | |
|
373. | Maximum Length of a Concatenated String with Unique Characters -(Amazon): Explanation ➕ Live Coding | 23:50 | |
|
374. | Last Moment Before All Ants Fall Out of a Plank | Easy Explanation | GOOGLE | Leetcode - 1503 | 23:49 | |
|
375. | Longest Palindromic Substring | Recursion | Memoization | Microsoft | Leetcode - 5 | 23:46 | |
|
376. | Longest Path With Different Adjacent Characters : (Microsoft) | Explanation ➕ Live Coding | 23:44 | |
|
377. | Lexicographically Minimum String After Removing Stars | Easy | Leetcode 3170 | codestorywithMIK | 23:42 | |
|
378. | Minimum Time to Make Rope Colorful : Greedy Explanation ➕ Live Coding 🧑🏻💻👩🏻💻 | 23:41 | |
|
379. | Minimum Number of Arrows to Burst Balloons (Google, Facebook, Microsoft) : Explanation ➕ Live Coding | 23:40 | |
|
380. | Find Polygon With the Largest Perimeter | Thought Process | Greedy | Leetcode 2971 | 23:39 | |
|
381. | Euler Path | Euler Circuit | PART-2 | Graph Concepts & Qns - 41 | Explanation + Code | 23:29 | |
|
382. | Compare Version Numbers | stringstream | StringTokenizer | C++ | JAVA |Leetcode 165|codestorywithMIK | 23:20 | |
|
383. | Concatenated Words - (META) : Explanation ➕ Live Coding | 23:17 | |
|
384. | Count Unreachable Pairs of Nodes in an Undirected Graph - (using DSU) | Graph Concepts & Qns - 23 | 23:16 | |
|
385. | Kth Missing Positive Number - (Google, Apple, Amazon, Meta) : Explanation ➕ Live Coding | 23:15 | |
|
386. | Graph Concepts & Qns - 6 (Flipkart, Amazon, Microsoft...) : Detect Cycle in Directed Graph using DFS | 23:13 | |
|
387. | Number of Flowers in Full Bloom | Brute Force | Optimal Approach | Binary Search | Leetcode - 2251 | 23:06 | |
|
388. | Remove Duplicate Letters | Why Monotonic Stack | Intuition | GOOGLE | Leetcode - 316 | 23:03 | |
|
389. | Maximum Score After Splitting a String | 3 Approaches | Leetcode 1422 | 23:01 | |
|
390. | Flattening a Linked List | Magic Of Recursion | Recursion Concepts And Questions | Video 13 | 22:58 | |
|
391. | Reverse Words in a String (Amazon, Microsoft, MentorGraphics, MakeMyTrip) : Explanation➕Live Coding | 22:53 | |
|
392. | Find Largest Value in Each Tree Row | DFS | BFS | META | Leetcode - 515 | 22:52 | |
|
393. | Path with Maximum Probability | Using Dijkstra's | GOOGLE | Leetcode-1514 | Live Code | 22:48 | |
|
394. | Replace Words | Using TRIE | Uber | Leetcode 648 | codestorywithMIK | 22:48 | |
|
395. | Maximum Length of Pair Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 13 | Leetcode-646 | 22:44 | |
|
396. | Letter Combinations of a Phone Number | INTUITIVE | Backtracking Template | Leetcode-17 | 22:41 | |
|
397. | Floyd Warshall Algorithm | Full Detail | Samsung | Graph Concepts & Qns - 32 | Explanation + Coding | 22:40 | |
|
398. | Max Dot Product of Two Subsequences | Recursion | Memoization | AMAZON | Leetcode - 1458 | 22:30 | |
|
399. | Extra Characters in a String | Tree Diagram | Recursion | Memoization | MADE EASY | Leetcode - 2707 | 22:30 | |
|
400. | Convert Sorted List to Binary Search Tree - (Google, Flipkart, Amazon) : Explanation ➕ Live Coding | 22:29 | |
|