401. | Segment Tree | Update Query | Story To Code | Video 2 | 22:23 | |
|
402. | Combination Sum IV | 2 Ways | DRY RUN | Tree Diagram | GOOGLE | SNAPCHAT | META | Leetcode - 377 | 22:18 | |
|
403. | Maximum Number of Coins You Can Get | Greedy | 2 Approaches | Leetcode - 1561 | 22:17 | |
|
404. | Decoded String at Index | Clean Code | TCS | GOOGLE | ORACLE | Leetcode - 880 | 22:10 | |
|
405. | Disjoint Set Union By Rank and Path Compression - | DSU | Graph Concepts & Qns -19| Explanation+Code | 22:09 | |
|
406. | Uncrossed Lines | Microsoft, Amazon, Meta | Leetcode-1035 | Live Code + Explanation | 22:09 | |
|
407. | Subsets | Simple Story To Code | Leetcode 78 | Recursion Concepts And Questions | Video 10 | 22:05 | |
|
408. | Odd Even Linked List - (Microsoft, Amazon) : Explanation β Live Coding | 22:04 | |
|
409. | Maximal Network Rank | Simple and Straight | 2 Ways | MICROSOFT | Leetcode-239 | Dry Run | Live Code | 22:02 | |
|
410. | All Nodes Distance K in Binary Tree | Approach-1 | Leetcode-863 | AMAZON | Explanation β Live Coding | 21:59 | |
|
411. | Sort Vowels in a String | 2 Approaches | Intuition | MICROSOFT | Leetcode-2785 | 21:59 | |
|
412. | Count Ways To Build Good Strings | Recur + Memo | META | Leetcode-2466 | Live Code + Explanation | 21:59 | |
|
413. | Implement Stack using Queues | Full Thought Process | BLOOMBERG | Leetcode-225 | Live Code | 21:59 | |
|
414. | Maximum Total Importance of Roads | Thought Process | Leetcode 2285 | codestorywithMIK | 21:59 | |
|
415. | Minimum ASCII Delete Sum for Two Strings | INTUITIVE | Recursion | Memoization | Leetcode-712 | 21:55 | |
|
416. | Reverse Linked List II | Clean | Simple Code | Dry Run | MICROSOFT | Leetcode - 92 | 21:53 | |
|
417. | Length of Longest Subarray With at Most K Frequency | 2 Ways | Leetcode 2958 | codestorywithMIK | 21:51 | |
|
418. | Daily Temperatures (Google, Meta, Tokopedia) : Explanation β Live Coding π§π»βπ»π©π»βπ» | 21:51 | |
|
419. | Count All Valid Pickup and Delivery Options | CLEAR INTUITION | META | Leetcode - 1359 | 21:50 | |
|
420. | Minimum Average Difference-(Amazon, Paytm) : Explanation β Live Coding | 21:47 | |
|
421. | Sort Integers by The Number of 1 Bits | 2 Approaches | AMAZON | Leetcode - 1356 | 21:46 | |
|
422. | Arithmetic Subarrays | 2 Approaches | Sorting | Without Sorting | Leetcode-1630 | 21:44 | |
|
423. | Continuous Subarray Sum -(Amazon, Meta, Paytm): Explanation β Live Coding | 21:41 | |
|
424. | Implement Queue using Stacks (Google, Amazon, Meta, Microsoft):ExplanationβLive Coding π§π»βπ» | 21:40 | |
|
425. | Koko Eating Bananas - (Leetcode - 875) - (Google, Microsoft) : Explanation β Live Coding | 21:40 | |
|
426. | Minimum Number of Moves to Seat Everyone | Counting Sort | Sort | Leetcode 2037 | codestorywithMIK | 21:39 | |
|
427. | Unique Binary Search Trees II | Similar Problem | Recursion | Memoization | Amazon | Leetcode-95 | 21:38 | |
|
428. | Count Complete Tree Nodes -(Amazon, Microsoft, Salesforce, Meta) : Explanation β Live Coding | 21:36 | |
|
429. | Repeated Substring Pattern | Full Intuition | Time Complexity | GOOGLE | AMAZON | Leetcode-459 | 21:35 | |
|
430. | Merge Nodes in Between Zeros | 2 Approaches | Leap Of Faith | Leetcode 2181 | codestorywithMIK | 21:35 | |
|
431. | Count Alternating Subarrays | Super Easy | Leetcode 3031 | Weekly Contest 391 | codestorywithMIK | 21:31 | |
|
432. | How codestorywithMIK was started | Motivation | Rejections | 50K Special | 21:30 | |
|
433. | Remove Nth Node From End of List | 1 Pass | 2 Pass | Leetcode 19 | 21:30 | |
|
434. | Count All Possible Routes | Recur + Memo | Tree Diagram | ZOHO | Leetcode-1575 | Live Code | 21:28 | |
|
435. | Insert Delete GetRandom O(1)-(Google, Amazon,Twitter, Meta, Uber, Microsoft):ExplanationβLive Coding | 21:24 | |
|
436. | Sequential Digits | 2 Approaches | Leetcode 1291 | 21:20 | |
|
437. | Bus Routes | Dry Run | Intuition | UBER | Leetcode-815 | 21:20 | |
|
438. | Contiguous Array | Using same Pattern Approach | Similar Problems | Leetcode 525 | 21:19 | |
|
439. | Linked List Random Node - (Leetcode - 382) - (GOOGLE) : Explanation β Live Coding | 21:14 | |
|
440. | Validate Binary Tree Nodes | Using DSU | Intuitive | META | Leetcode - 1361 | 21:13 | |
|
441. | Minimum Cost to Make Array Equal | Simplest Solution | MICROSOFT | Leetcode-2448 | Explanation | 21:08 | |
|
442. | Intersection of Two Arrays | 4 Approaches | Leetcode 349 | 21:08 | |
|
443. | Jump Game IV - (Leetcode - 1345) - (Google, Microsoft, Adobe, Amazon) : Explanation β Live Coding | 21:04 | |
|
444. | Eliminate Maximum Number of Monsters | Intuition | GOOGLE | META | AMAZON | Leetcode - 1921 | 20:56 | |
|
445. | Asteroid Collision | Intuition | Dry Run | Leetcode-735 | Uber | Lyft | Explanation β Live Coding | 20:54 | |
|
446. | Evaluate Reverse Polish Notation (Apple,Microsoft,Flipkart,Amazon, LinkedIn):ExplanationβLive Coding | 20:53 | |
|
447. | Can Make Arithmetic Progression From Sequence | O(1) Space | GOOGLE | Leetcode-1502 | Explanation | 20:47 | |
|
448. | N-th Tribonacci Number | 3 Approaches | AMAZON | Leetcode 1137 | codestorywithMIK | 20:46 | |
|
449. | Longest Increasing Subsequence | Patience Sorting | DP Concepts & Qns-17 | Leetcode 300 | 20:43 | |
|
450. | Restore The Array - (GOOGLE, MICROSOFT) | Recur+Memo | Leetcode-1416 | Live Code + Explanation | 20:40 | |
|
451. | Search in Rotated Sorted Array II-(Adobe, Amazon, Microsoft....π€©):Live Coding π§π»βπ»π©π»βπ» | 20:38 | |
|
452. | Restore the Array From Adjacent Pairs | Easy Explanation | Dry Run | Intuition | Leetcode-1743 | 20:31 | |
|
453. | Largest Number formed from an Array | Largest Number | Comparators Application | Leetcode 179 | 20:30 | |
|
454. | Number of Operations to Make Network Connected - (AMAZON) | Graph Concepts & Qns - 22 | Coding Live | 20:28 | |
|
455. | Design Underground System | Full Thought Process | Bloomberg, Amazon | Leetcode-1396 | Live Code | 20:26 | |
|
456. | Where Will the Ball Fall -(Amazon) : Explanation β Live Coding | 20:24 | |
|
457. | Minimum Number of Operations to Make Array Empty | Explained with Reasons | Greedy | Leetcode 2870 | 20:20 | |
|
458. | Orderly Queue -(Amazon): Explanation β Live Coding | 20:17 | |
|
459. | Relative Sort Array | Counting Sort | Using Lambda | Leetcode 1122 | codestorywithMIK | 20:15 | |
|
460. | Integer Break | Tree Diagram | Recursion | Memoization | AMAZON | Leetcode - 343 | 20:13 | |
|
461. | Minimum Rounds to Complete All Tasks : Explanation β Live Coding π§π»βπ»π©π»βπ» | 20:12 | |
|
462. | Find K Pairs with Smallest Sums | OPTIMAL | GOOGLE | Leetcode-373 | Live Code | 20:12 | |
|
463. | Get Equal Substrings Within Budget | Classic Sliding Window | Leetcode 1208 | codestorywithMIK | 20:09 | |
|
464. | Satisfiability of Equality Equations - (GOOGLE) | Graph Concepts & Qns - 21 | Explanation+Coding | 20:08 | |
|
465. | Sum of Even Numbers After Queries-(Asked in Indeed): Explanation β Live Coding π§π»βπ»π©π»βπ» | 20:07 | |
|
466. | Recursion Tree | Call Stack | Recursion Concepts And Questions | Video 3 | 20:06 | |
|
467. | Maximum Level Sum of a Binary Tree | Leetcode-1161 | AMAZON | Explanation β Live Coding | 20:01 | |
|
468. | Trapping Rain Water (without stack)- (Adobe, Amazon, Microsoft, Payu)βLive Codingπ§π»βπ» | 20:00 | |
|
469. | Minimum Amount of Time to Collect Garbage | Simple Clean | Leetcode-2391 | 19:59 | |
|
470. | Equal Row and Column Pairs | Leetcode-2352 | Google, Microsoft | Explanation β Live Coding | 19:59 | |
|
471. | Graph Concepts & Qns - 4 (Miscoroft, Amazon, Flipkart) : Detect Cycle in Undirected Graph using DFS | 19:54 | |
|
472. | Sum of Left Leaves | 2 Approaches | META | Leetcode 404 | codestorywithMIK | 19:49 | |
|
473. | Dijkstra's Algorithm | PART-3 | Why not Queue ? | Microsoft | Graph Concepts & Qns - 26 |Explanation | 19:46 | |
|
474. | Maximum Number of Achievable Transfer Requests | Khandani Backtracking Template | Leetcode-1601 | 19:44 | |
|
475. | Unique Paths II | Made Super Easy | Recursion | Memoization | 2D Array | AMAZON | Leetcode-63 | 19:43 | |
|
476. | Design Web Crawler (Part-V) : Google, Amazon, Meta : STEP-3 : Design Deep Dive (URL Frontier) πβοΈπ· | 19:41 | |
|
477. | Diameter of Binary Tree | Simple Story | Amazon | Leetcode 543 | 19:37 | |
|
478. | Excel Sheet Column Title | Made it simple | Dry Run | Leetcode-168 | Meta | Microsoft | Explanation | 19:35 | |
|
479. | String Compression -(Amazon, Snapchat, Microsoft, Lyft....): Explanation β Live Coding π§π»βπ» | 19:34 | |
|
480. | Simplify Path | Leetcode - 71 | META | Explanation β Live Coding | 19:28 | |
|
481. | Minimum Number of Steps to Make Two Strings Anagram | Simple | Intuitive | Google | Leetcode 1347 | 19:23 | |
|
482. | Graph Concepts & Qns - 2 : Graph Representations π΄π±π€― | 19:21 | |
|
483. | Find in Mountain Array | Binary Search | Using Same Code | AMAZON | Leetcode - 1095 | 19:18 | |
|
484. | Longest Palindrome | 3 Easy Approaches | Leetcode 409 | codestorywithMIK | 19:16 | | Counter-Strike: Source
|
485. | Peak Index in a Mountain Array | Binary Search | DRY RUN | GOOGLE | Leetcode-852 | 19:16 | |
|
486. | Set Mismatch (Better Technique) -(Amazon): Explanation β Live Coding | 19:16 | |
|
487. | Create Binary Tree From Descriptions | Simplest Approach | Leetcode 2196 | codestorywithMIK | 19:14 | |
|
488. | Search a 2D Matrix-(Amazon, Microsoft, MentorGraphics...):Live Coding π§π»βπ»π©π»βπ» | 19:10 | |
|
489. | Matrix Diagonal Sum | Leetcode - 1572 | MICROSOFT | Explanation β Live Coding | 19:09 | |
|
490. | Number of Provinces - (Google, Microsoft,Amazon) | DFS | Graph Concepts & Qns - 10 |Explanation-Code | 19:09 | |
|
491. | Min Cost to Connect All Points | Prim's Algorithm | META | Graph Concepts & Qns - 35 | Leetcode-1584 | 19:04 | |
|
492. | Isomorphic Strings | Simple Thought Process | Leetcode 205| LinkedIn | codestorywithMIK | 19:01 | |
|
493. | Is Subsequence | With Follow Up Solved | 2 Approaches | AMAZON | Leetcode - 392 | 19:00 | |
|
494. | Number of Students Unable to Eat Lunch | 2 Approaches | Leetcode 1700 | codestorywithMIK | 19:00 | |
|
495. | 01 Matrix | Detailed Dry Run | Why BFS from 0s | GOOGLE | Leetcode - 542 | 18:59 | |
|
496. | Number of Closed Islands - (Leetcode - 1254) - (GOOGLE) : Explanation β Live Coding | 18:56 | |
|
497. | Query Sum II | Segment Tree Concepts & Qns | Video 5 | codestorywithMIK | 18:47 | |
|
498. | Number of 1 Bits | 4 Approaches | Time Complexity | Apple | Microsoft | Amazon | Leetcode 191 | 18:47 | |
|
499. | Nearest Exit from Entrance in Maze -(Samsung) : Explanation β Live Coding | 18:45 | |
|
500. | Tail Recursion | Tail call Optimisation | Examples | Recursion Concepts And Questions | Video 5 | 18:44 | |
|