401. | Count Number of Homogenous Substrings | Intuition | Math | Leetcode - 1759 | 37 | |
|
402. | Remove Nth Node From End of List | 1 Pass | 2 Pass | Leetcode 19 | 37 | |
|
403. | Convert an Array Into a 2D Array With Conditions | With Dry Run | Leetcode 2610 | 36 | |
|
404. | Element Appearing More Than 25% In Sorted Array | 3 Approaches | Leetcode-1287 | 36 | |
|
405. | Make Two Arrays Equal by Reversing Subarrays | Easy | Leetcode 1460 | codestorywithMIK | 36 | |
|
406. | Count Substrings That Satisfy K-Constraint I & II | Detailed Explanation | Leetcode 3258 & 3261 | 36 | |
|
407. | Intersection of Two Arrays | 4 Approaches | Leetcode 349 | 36 | |
|
408. | Euler Path | Euler Circuit | PART-1 | Graph Concepts & Qns - 40 | Explanation+Code | 36 | |
|
409. | Find Common Characters | Simple Dry Run | Leetcode 1002 | codestorywithMIK | 36 | |
|
410. | Find Closest Node to Given Two Nodes | BFS & DFS | Explanation β Live Coding | 35 | |
|
411. | Jump Game - (Google, Microsoft, Amazon, Ebay, Meta) : Explanation β Live Coding | 35 | |
|
412. | Find First Palindromic String in the Array | Multiple Ways | Leetcode 2108 | 35 | |
|
413. | Maximum Number of Coins You Can Get | Greedy | 2 Approaches | Leetcode - 1561 | 35 | |
|
414. | Add Digits | With Proof | (MICROSOFT, ADOBE) | Leetcode-258 | Live Code + Explanation | 35 | |
|
415. | Number of Enclaves - (Leetcode - 1020) - (AMAZON) : Explanation β Live Coding π§π»βπ»π©π»βπ» | 35 | |
|
416. | Dijkstra's Algorithm | PART-1 | (Microsoft) | Graph Concepts & Qns - 24 | Explanation+Coding | 35 | |
|
417. | Count possible ways to construct buildings | Recursion | Memoization | Bottom UP | GFG POTD | 35 | |
|
418. | Largest Odd Number in String | Amazon | Leetcode 1903 | 35 | |
|
419. | Minimum Rounds to Complete All Tasks : Explanation β Live Coding π§π»βπ»π©π»βπ» | 35 | |
|
420. | Get Equal Substrings Within Budget | Classic Sliding Window | Leetcode 1208 | codestorywithMIK | 35 | |
|
421. | Longest Increasing Subsequence | BOTTOM UP | FULL INTUITION | DP Concepts & Qns - 12 | Leetcode-300 | 35 | |
|
422. | Unique Paths III -(Apple, Amazon, Microsoft, Intuit) : Explanation β Live Coding | 35 | |
|
423. | Count of Matches in Tournament | MICROSOFT | Leetcode 1688 | 35 | |
|
424. | Top K Frequent Elements | Heap | Bucket Sort | AMAZON | Leetcode-347 | Explanation β Live Coding | 35 | |
|
425. | Palindrome Linked List | 4 Approaches | Leetcode 234| codestorywithMIK | 35 | |
|
426. | Sum of Distances in Tree - (Google) : Explanation β Live Coding | 35 | |
|
427. | Find Polygon With the Largest Perimeter | Thought Process | Greedy | Leetcode 2971 | 34 | |
|
428. | Number Complement | Multiple Approaches | Leetcode 476 | codestorywithMIK | 34 | |
|
429. | Number of Operations to Make Network Connected - (AMAZON) | Graph Concepts & Qns - 22 | Coding Live | 34 | |
|
430. | LFU Cache - (Microsoft) : ExplanationβLive Coding | 34 | |
|
431. | Merge In Between Linked Lists | Easy Straight Forward | AMAZON | Leetcode 1669 | codestorywithMIK | 34 | |
|
432. | Maximum Difference Between Node and Ancestor-(Google, Microsoft, Amazon) : Explanation β Live Coding | 34 | |
|
433. | Squares of a Sorted Array | 2 Approaches | Follow Up | Leetcode 977 | 34 | |
|
434. | Count the Number of Consistent Strings | Using Bit Manipulation | Leetcode 1684 | codestorywithMIK | 34 | |
|
435. | Image Overlap -(Google) : Explanation β Live Coding | 34 | |
|
436. | Remove Stones to Minimize the Total (Google, Miscrosoft, Netflix, Meta) : Explanation β Live Coding | 34 | |
|
437. | Calculate Money in Leetcode Bank | 2 Approaches | O(n) | O(1) | Leetcode 1716 | 34 | |
|
438. | Word Pattern -(Amazon, MakeMyTrip, Microsoft) : Explanation β Live Coding | 34 | |
|
439. | Maximum Ice Cream Bars (Apple, Meta, Microsoft, Amazon) : Explanation β Live Coding | 33 | |
|
440. | Water Bottles | 3 Approaches | Easy Explanations | Leetcode 1518 | codestorywithMIK | 33 | |
|
441. | Comment down your lines π¨π»βπ» | 33 | |
|
442. | Least Number of Unique Integers after K Removals | 3 Approaches | Greedy | Leetcode 1481 | 33 | |
|
443. | Find Center of Star Graph | 2 Simple Approaches | Leetcode 1791 | codestorywithMIK | 33 | |
|
444. | Largest Positive Integer That Exists With Its Negative |4 Approaches|Leetcode 2441 |codestorywithMIK | 33 | |
|
445. | Graph Concepts & Qns - 2 : Graph Representations π΄π±π€― | 33 | |
|
446. | Disjoint Set Union - | DSU | Graph Concepts & Qns - 18 | Explanation+Coding | 33 | |
|
447. | Disjoint Set Union By Rank and Path Compression - | DSU | Graph Concepts & Qns -19| Explanation+Code | 33 | |
|
448. | Reverse First K elements of Queue | Simple | Intuitive | Amazon | GfG POTD | 33 | |
|
449. | Consistency is the π #hardwork #consistencyiskey #consistency #motivation #leetcode #coding | 33 | |
|
450. | Maximize the Number of Partitions After Operations | Leetcode Weekly Contest 379 | Leetcode 10038 | 33 | |
|
451. | Design Underground System | Full Thought Process | Bloomberg, Amazon | Leetcode-1396 | Live Code | 33 | |
|
452. | Find the Longest Valid Obstacle Course at Each Position | META | Leetcode-1964 | Live Coding | 32 | |
|
453. | Lucky Numbers in a Matrix | 2 Approaches | Dry Run | Leetcode 1380 | codestorywithMIK | 32 | |
|
454. | Count the nodes at distance K from leaf | 2 Approaches | Simple Dry Run | GFG POTD | 32 | |
|
455. | 4000 Subscribers. Thank you everyone #codestorywithMIK #coding #datastructures #leetcode #interview | 32 | |
|
456. | Shortest Uncommon Substring in an Array | Detailed Intuition | Dry Run | Leetcode 3076 | Contest 388 | 32 | |
|
457. | Bulb Switcher | With Intuition | (AMAZON) | Leetcode-319 | Live Code + Explanation | 32 | |
|
458. | Find Duplicate Subtrees (Leetcode - 652) - (GOOGLE) : Explanation β Live Coding | 32 | |
|
459. | Same Tree - (Google, Adobe, Meta, Amazon, Uber, Bloomberg) : Explanation β Live Coding | 32 | |
|
460. | Freedom Trail | Recursion | Memoization | Bottom Up | Detailed | Leetcode 514 | codestorywithMIK | 32 | |
|
461. | Tumlog saath ho. Bas kaafi hai β€οΈ 18K family #codestorywithmik | 32 | |
|
462. | Reducing Dishes - (MICROSOFT) | Leetcode-1402 | 2 Approaches | Explanation β Live Coding | 31 | |
|
463. | Swap Nodes in Pairs | | MICROSOFT, AMAZON | Leetcode-24 | Live Code + Explanation π§π»βπ»π©π»βπ» | 31 | |
|
464. | Crawler Log Folder | 2 Approaches | Dry Runs | Leetcode 1598 | codestorywithMIK | 31 | |
|
465. | Find the Town Judge - (Microsoft, Amazon, Uber) : Explanation β Live Coding | 31 | |
|
466. | Find the Difference of Two Arrays | Leetcode - 2215 | AMAZON | Explanation β Live Coding | 31 | |
|
467. | Even Odd Tree | DFS | BFS | Leetcode 1609 | 31 | |
|
468. | Maximum Element After Decreasing and Rearranging | Intuition | Greedy | Win Reward | Leetcode-1846 | 31 | |
|
469. | Double a Number Represented as a Linked List | 4 Approaches | Story|Leetcode 2816 | codestorywithMIK | 31 | |
|
470. | Implement Stack using Queues | Full Thought Process | BLOOMBERG | Leetcode-225 | Live Code | 31 | |
|
471. | Maximum Alternating Subsequence Sum | BOTTOM UP | INTUITION | DP Concepts & Qns - 10 | Leetcode-1911 | 31 | |
|
472. | Find the City With the Smallest Number of Neighbors at a Threshold Distance | 3 Ways | Leetcode 1334 | 31 | | Threshold
|
473. | Thank you from the bottom of my heart β€οΈ #consistency #bonding #friends #friendship #trust | 31 | |
|
474. | Evaluate Reverse Polish Notation (Apple,Microsoft,Flipkart,Amazon, LinkedIn):ExplanationβLive Coding | 31 | |
|
475. | Binary Tree Inorder Traversal | Morris Traversal | Leetcode-94 | 31 | |
|
476. | Maximum Points After Collecting Coins From All Nodes | Memoization | Optimisations | Leetcode - 2920 | 31 | |
|
477. | Maximum Profit in Job Scheduling -(Classic DP): Explanation β Live Coding | 30 | |
|
478. | Sum of Subarray Minimums (Amazon, Google, Meta) : Explanation β Live Coding π§π»βπ»π©π»βπ» | 30 | |
|
479. | I Tell Stories β‘οΈ #story #code #storytocode #codestorywithMIK #dsa #india #leetcode #datastructures | 30 | |
|
480. | Design Graph With Shortest Path Calculator | Dijkstraβs | Floyd Warshall | Leetcode-2642 | 30 | |
|
481. | Longest Common Subsequence-(Microsoft,Amazon,FactSet,MakeMyTrip,Paytm) : Explanation β Live Coding | 30 | |
|
482. | Find Edges in Shortest Paths | Dijkstra's Algo | Full Intuition | Leetcode 3123 | codestorywithMIK | 30 | |
|
483. | Possible Bipartition - (Microsoft, Flipkart, Samsung) : Explanation β Live Coding π§π»βπ»π©π»βπ» | 30 | |
|
484. | Domino and Tromino Tiling - (Google) : Explanation β Live Coding π©π»βπ»π§π»βπ»π±π±π± | 30 | |
|
485. | Last Stone Weight - | 2 Approaches | (GOOGLE, AMAZON) | Leetcode-1046 | Live Code + Explanation | 30 | |
|
486. | Kruskal's Algorithm | Minimum Spanning Tree | Full Dry Run | INTUITION | Graph Concepts & Qns - 36 | 29 | |
|
487. | Time Needed to Inform All Employees | DFS | BFS | AMAZON | Leetcode-1376 | Live Code | 29 | |
|
488. | Thank You for the TRUST β€οΈπ #codestorywithMIK | 29 | |
|
489. | Removing Stars From a String | Leetcode - 2390 | MICROSOFT | Explanation β Live Coding | 29 | |
|
490. | Maximum Number of Vowels in a Substring of Given Length | MICROSOFT | Leetcode - 1456 | Live Coding | 29 | |
|
491. | Champagne Tower | Intuitive | Bottom Up | GOOGLE | Leetcode - 799 | 29 | |
|
492. | Power of Two | Multiple Approaches | Leetcode 231 | 29 | |
|
493. | Swapping Nodes in a Linked List | 1 Pass | 2 Pass | MICROSOFT, AMAZON | Leetcode-1721 | Live Code | 29 | |
|
494. | Design Parking System | GOOGLE | Leetcode-1603 | Live Code | 29 | |
|
495. | Arithmetic Slices II - Subsequence -(Google, Meta, Netflix, Amazon, Apple):Explanation β Live Coding | 28 | |
|
496. | Design Circular Deque | Simplest Explanation | 2 Ways | Leetcode 641 | codestorywithMIK | 28 | |
|
497. | Range Update Query | Lazy Propagation | Segment Tree Concepts & Qns | Video 7 | codestorywithMIK | 28 | |
|
498. | Thank you from the bottom of my heart β€οΈπ #codestorywithmik | 28 | |
|
499. | Minimum Time to Complete Trips - (Leetcode - 2187) - (Google, PhonePe) : Explanation β Live Coding | 28 | |
|
500. | Implement Queue using Stacks (Google, Amazon, Meta, Microsoft):ExplanationβLive Coding π§π»βπ» | 28 | |
|