301. | The K Weakest Rows in a Matrix | 2 Approaches | Binary Search | Heap | Sorting | Leetcode - 1337 | 104 | |
|
302. | Thank You for the TRUST β€οΈπ #codestorywithMIK | 124 | |
|
303. | Pascal's Triangle | Simplest Approach | Application | DRY RUN | Adobe | Amazon | Leetcode - 118 | 103 | |
|
304. | Unique Paths | Recursion | Memoization | AMAZON | CISCO | PAYTM | OLA | LINKEDIN | Leetcode - 62 | 103 | |
|
305. | Median of Two Sorted Arrays | PART-2 | Best Approach | Binary Search | Google | Apple | Leetcode - 4 | 102 | |
|
306. | Implement Stack using Queues | Full Thought Process | BLOOMBERG | Leetcode-225 | Live Code | 102 | |
|
307. | Anti Diagonal Traversal of Matrix | Simplest Approach | GfG POTD | 104 | |
|
308. | Introduction - Why & what ? | 101 | |
|
309. | Count the nodes at distance K from leaf | 2 Approaches | Simple Dry Run | GFG POTD | 109 | |
|
310. | Add Two Numbers II | Follow Up Qn Also | 2 Approaches | AMAZON | MICROSOFT | Leetcode-445 | 101 | |
|
311. | Find K Pairs with Smallest Sums | BRUTE FORCE ACCEPTED | GOOGLE | Leetcode-373 | Live Code | 101 | |
|
312. | Backspace String Compare | 2 Approaches | GOOGLE | Leetcode - 844 | Live Code | Explanation | 101 | |
|
313. | Last Day Where You Can Still Cross | BFS | DFS | Binary Search | GOOGLE Onsite | Leetcode-1970 | 100 | |
|
314. | DSA Sheet-1 Announcement | More To Come Soon | Stay Tuned | 100 | |
|
315. | Find First Palindromic String in the Array | Multiple Ways | Leetcode 2108 | 103 | |
|
316. | Double a Number Represented as a Linked List | 4 Approaches | Story|Leetcode 2816 | codestorywithMIK | 178 | |
|
317. | Maximum Value at a Given Index in a Bounded Array | Detailed Explanation | GOOGLE | Leetcode-1802 | 100 | |
|
318. | Number of Nodes in the Sub-Tree With the Same Label : Explanation β Live Coding | 99 | |
|
319. | Maximum Subsequence Score | Intuition | AMAZON | Leetcode-2542 | Explanation β Live Coding | 99 | |
|
320. | Path with Maximum Probability | Using Dijkstra's | GOOGLE | Leetcode-1514 | Live Code | 99 | |
|
321. | Convert Sorted List to Binary Search Tree - (Google, Flipkart, Amazon) : Explanation β Live Coding | 98 | |
|
322. | Maximum Number of Achievable Transfer Requests | Khandani Backtracking Template | Leetcode-1601 | 98 | |
|
323. | Non-decreasing Subsequences -(Khaandani Backtracking Template) : Explanation β Live Coding | 98 | |
|
324. | Roadmap for DP | How to Start DP ? | Topics in DP | DP Concepts & Qns - 1 | 98 | Guide |
|
325. | Maximize Score After N Operations | BRUTE FORCE To OPTIMAL | META | Leetcode-1799 | Live Code | 98 | |
|
326. | Minimum Deletions to Make String K-Special | 2 Simple Approaches | Leetcode 3085 | codestorywithMIK | 117 | |
|
327. | Missing Number | Multiple Approaches | Leetcode 268 | 106 | |
|
328. | Reverse Words in a String III | 2 Approaches | Zappos | MentorGraphics | Leetcode - 557 | Live Code | 96 | |
|
329. | Maximum Sum Circular Subarray (Microsoft, Amazon) : Explanation β Live Coding | 96 | |
|
330. | Graph Concepts & Qns - 1 : Graph will no more be a Nightmare π΄π±π€― | 96 | |
|
331. | Longest Increasing Subsequence | Recursion & Memo |Tree Diagram |DP Concepts & Qns-11 | Leetcode-300 | 95 | |
|
332. | Snapshot Array | Full Thought Process | Microsoft, Amazon | Leetcode-1146 | Live Code | 95 | |
|
333. | First Unique Character in a String | Easy | Leetcode 387 | 122 | |
|
334. | Peak Index in a Mountain Array | Binary Search | DRY RUN | GOOGLE | Leetcode-852 | 94 | |
|
335. | Restore IP Addresses - (META) : Explanation β Live Coding | 94 | |
|
336. | Coin Change II | Made Super Easy | Recursion | Memoization | AMAZON | Leetcode-518 | 94 | |
|
337. | Segment Tree | Update Query | Story To Code | Video 2 | 190 | |
|
338. | Minimum Flips to Make a OR b Equal to c | 2 Approaches | Microsoft | Leetcode-1318 | Explanation | 93 | |
|
339. | Number of Increasing Paths in a Grid | DFS + Memo | ADOBE, MICROSOFT | Leetcode-2328 | Live Code | 92 | |
|
340. | Max Points on a Line -(Google, Apple, LinkedIn, Amazon) : Explanation β Live Coding | 92 | |
|
341. | Count Subarrays With Fixed Bounds - (Leetcode - 2444) - (Microsoft) : Explanation β Live Coding | 92 | |
|
342. | Stone Game II | Game Strategy | EASIEST Explanation | META | Leetcode-1140 | Live Code | 91 | |
|
343. | Find Duplicate Subtrees (Leetcode - 652) - (GOOGLE) : Explanation β Live Coding | 91 | |
|
344. | Maximum Product Difference Between Two Pairs | 2 Simple Approaches | Leetcode-1913 | 91 | |
|
345. | Perfect Squares | Bottom UP | Made Easy | Google | Leetcode 279 | 119 | |
|
346. | Largest 3-Same-Digit Number in String | Leetcode 2264 | 93 | |
|
347. | Minimum Time to Complete Trips - (Leetcode - 2187) - (Google, PhonePe) : Explanation β Live Coding | 90 | |
|
348. | Special Positions in a Binary Matrix | 2 Approaches | Leetcode-1582 | 140 | |
|
349. | LRU Cache - (Adobe, Microsoft, Amazon, Twitch...):ExplanationβLive Coding | 90 | |
|
350. | Count the Number of Good Partitions | Intuition | Leetcode-2963 | Weekly Contest 375 | 116 | |
|
351. | Valid Anagram | 2 Approaches | Leetcode-242 | UBER | 92 | |
|
352. | Number of Ways to Form a Target String Given a Dictionary - (Recur + Memo) | Leetcode-1639|Live Code | 89 | |
|
353. | Thank You for the Trust β€οΈππ #codestorywithMIK #coding #leetcode #subscribe #subscribers #trust | 89 | |
|
354. | Detonate the Maximum Bombs | DFS | BFS | GOOGLE | Leetcode-2101 | Live Code + Explanation π§π»βπ» | 89 | |
|
355. | Min Cost Climbing Stairs | Bottom Up | Recursion | Memoization | GOOGLE | Leetcode - 746 | 89 | |
|
356. | Minimum Amount of Time to Collect Garbage | Simple Clean | Leetcode-2391 | 168 | |
|
357. | Binary Tree Maximum Path Sum - (Google, Meta, Amazon, Flipkart) : Explanation β Live Coding | 88 | |
|
358. | Insert Interval (Google, Twitter, Microsoft, Apple, Amazon) : Explanation β Live Coding | 88 | |
|
359. | Number of Ways of Cutting a Pizza - (Google, TikTok) | Leetcode-1444 | Explanation β Live Coding | 88 | |
|
360. | Largest Odd Number in String | Amazon | Leetcode 1903 | 91 | |
|
361. | Flip String to Monotone Increasing - (GOOGLE) | Recursion+Memo | Explanation β Live Coding | 87 | |
|
362. | Maximum Number That Sum of the Prices Is Less Than or Equal to K |Brute Force |Optimal |Contest 380 | 106 | |
|
363. | Longest ZigZag Path in a Binary Tree - | Leetcode-1372 | MICROSOFT | Explanation + Live Code | 87 | |
|
364. | Is Subsequence | With Follow Up Solved | 2 Approaches | AMAZON | Leetcode - 392 | 87 | |
|
365. | Minimum Number of Taps to Open to Water a Garden | Full Dry Run | ATLASSIAN | Leetcode - 1326 | 86 | |
|
366. | Monotonic Array | Simple | Clean | META | Leetcode - 896 | Live Coding | Explanation | 86 | |
|
367. | Find Eventual Safe States | 2 Approaches | Intuition | Leetcode-802 | MICROSOFT | Explanation | 86 | |
|
368. | Jump Game IV - (Leetcode - 1345) - (Google, Microsoft, Adobe, Amazon) : Explanation β Live Coding | 86 | |
|
369. | Unique Paths II | Made Super Easy | Recursion | Memoization | 2D Array | AMAZON | Leetcode-63 | 86 | |
|
370. | Kth Largest Element in an Array | Quick Select | Time Complexity | MICROSOFT | Leetcode-215 | 85 | |
|
371. | Find Edges in Shortest Paths | Dijkstra's Algo | Full Intuition | Leetcode 3123 | codestorywithMIK | 97 | |
|
372. | Number of Good Pairs | 3 Approaches | META | Leetcode - 1512 | 84 | |
|
373. | Build an Array With Stack Operations | Dry Run | Clean | Leetcode - 1441 | 131 | |
|
374. | Scramble String - (GOOGLE) | Leetcode-87 | Explanation β Live Coding | 83 | |
|
375. | Time Needed to Inform All Employees | DFS | BFS | AMAZON | Leetcode-1376 | Live Code | 83 | |
|
376. | Maximum Value of K Coins From Piles - (META) | Leetcode-2218 | Explanation β Live Coding | 83 | |
|
377. | Total Cost to Hire K Workers | Using 2 Heap | Dry Run | META | Leetcode-2462 | Live Code | 82 | |
|
378. | Pascal's Triangle II | Using Same Code of Pascal's Triangle I | AMAZON | Leetcode - 119 | 82 | |
|
379. | Graph Concepts & Qns - 2 : Graph Representations π΄π±π€― | 82 | |
|
380. | Restore The Array - (GOOGLE, MICROSOFT) | Recur+Memo | Leetcode-1416 | Live Code + Explanation | 82 | |
|
381. | Kth Missing Positive Number - (Google, Apple, Amazon, Meta) : Explanation β Live Coding | 82 | |
|
382. | Maximum Width of Binary Tree - | Leetcode-662 | Flipkart, Amazon | Explanation + Live Code | 81 | |
|
383. | Hardest choices require strongest will. #codestorywithMIK | 81 | |
|
384. | Find Subarray With Bitwise AND Closest to K | Sliding Window | Leetcode 3171 | codestorywithMIK | 138 | |
|
385. | Reorder Routes to Make All Paths Lead to the City Zero | Leetcode - 1466 | META | DFS | Live Coding | 81 | |
|
386. | Count All Possible Routes | Recur + Memo | Tree Diagram | ZOHO | Leetcode-1575 | Live Code | 81 | |
|
387. | Most Frequent IDs | Complete Intuition | Leetcode 3092 | codestorywithMIK | 124 | |
|
388. | Shortest Uncommon Substring in an Array | Detailed Intuition | Dry Run | Leetcode 3076 | Contest 388 | 94 | |
|
389. | Buy Two Chocolates | Leetcode 2706 | 93 | |
|
390. | Wo Agayaaa ππ #leetcode #shortestpath #meme #funny #comedy #laugh #reels | 80 | |
|
391. | Koko Eating Bananas - (Leetcode - 875) - (Google, Microsoft) : Explanation β Live Coding | 79 | |
|
392. | Maximum Product of Two Elements in an Array | 2 Approaches | Leetcode-1464 | 84 | |
|
393. | Generate Parentheses | 2 Approaches | Magic Of Recursion | Recursion Concepts And Questions | 93 | |
|
394. | Spend your time wisely #codestorywithMIK #motivation #hardwork | 96 | |
|
395. | Minimum Absolute Difference in BST | Leetcode-530 | GOOGLE | Explanation β Live Coding | 78 | |
|
396. | Thank you and Love You All β€οΈπ | 99 | |
|
397. | Evaluate Division | With INTUITION | META, AMAZON | Leetcode-399 | Live Code π§π»βπ»π©π»βπ» | 78 | |
|
398. | We hit 50K β€οΈπ | 210 | |
|
399. | Decision is YOURS #hardwork #motivation #ambition #youtubeshorts #descipline #shorts #education | 78 | |
|
400. | Single-Threaded CPU (Google) : Explanation β Live Coding π©π»βπ»π¨π»βπ» | 78 | |
|