2024-10-31 | Delete Characters to Make Fancy String | Simple & Easy | Leetcode 1957 | codestorywithMIK | 0:00 | 3,860 | |
|
2024-10-29 | Maximum Number of Moves in a Grid | Simplest Approach | Leetcode 2684 | codestorywithMIK | 0:00 | 5,478 | |
|
2024-10-29 | Minimum Number of Removals to Make Mountain Array | Thought Process | Leetcode 1671|codestorywithMIK | 0:00 | 8,418 | |
|
2024-10-28 | DSA Shorts with MIK - 7 | 0:00 | 1,413 | |
|
2024-10-27 | Longest Square Streak in an Array | Detailed Approaches | Dry Run | Leetcode 2501 | codestorywithMIK | 0:00 | 7,030 | |
|
2024-10-26 | Count Square Submatrices with All Ones | Recursion | Bottom Up | Leetcode 1277 | codestorywithMIK | 0:00 | 7,227 | |
|
2024-10-25 | Height of Binary Tree After Subtree Removal Queries |Thought Process|Leetcode 2458| codestorywithMIK | 0:00 | 8,448 | |
|
2024-10-25 | Maximum Width Ramp | How to identify Monotonic Stack | Dry Runs | Leetcode 962 | codestorywithMIK | 0:00 | 1,959 | |
|
2024-10-24 | Remove Sub-Folders from the Filesystem | 2 Simple Approaches | Leetcode 1233 | codestorywithMIK | 0:00 | 6,431 | |
|
2024-10-23 | Flip Equivalent Binary Trees | Simple Recursion | Dry Run | Leetcode 951 | codestorywithMIK | 0:00 | 5,856 | | Binaries
|
2024-10-22 | Cousins in Binary Tree II | 2 Detailed Approaches | Dry Run | Leetcode 2641 | codestorywithMIK | 0:00 | 7,806 | |
|
2024-10-20 | Parsing A Boolean Expression | Cleanest Explanation | Dry Run | Leetcode 1106 | codestorywithMIK | 0:00 | 1,201 | |
|
2024-10-20 | Split a String Into the Max Number of Unique Substrings | Khandani Template | Dry Run |Leetcode 1593 | 0:00 | 9,554 | |
|
2024-10-19 | Find Kth Bit in Nth Binary String | Detailed Recursion | Dry Run | Leetcode 1545 | codestorywithMIK | 0:00 | 5,803 | |
|
2024-10-18 | Count Number of Maximum Bitwise-OR Subsets | Simplest Approach |Leetcode 2044 | codestorywithMIK | 0:00 | 7,468 | |
|
2024-10-17 | Maximum Swap | 2 Simple Approaches | Leetcode 670 | codestorywithMIK | 0:00 | 7,923 | |
|
2024-10-16 | Longest Happy String | Simple Thought Process | Leetcode 1405 | codestorywithMIK | 0:00 | 9,949 | |
|
2024-10-15 | Separate Black and White Balls | 2 Simple Ways | Leetcode 2938 | codestorywithMIK | 0:00 | 6,567 | |
|
2024-10-14 | Maximal Score After Applying K Operations | Standard Heap Problem | Leetcode 2530 | codestorywithMIK | 0:00 | 4,374 | |
|
2024-10-13 | Smallest Range Covering Elements from K Lists | Multiple Ways | Leetcode 632 | codestorywithMIK | 0:00 | 8,342 | |
|
2024-10-12 | Divide Intervals Into Minimum Number of Groups | Simple Intuition | Leetcode 2406 | codestorywithMIK | 0:00 | 8,395 | |
|
2024-10-11 | The Number of the Smallest Unoccupied Chair | Brute Force | Optimal |Leetcode 1942 |codestorywithMIK | 0:00 | 10,073 | |
|
2024-10-10 | Maximum Width Ramp | Brute Force | Better | Optimal | Leetcode 962 | codestorywithMIK | 0:00 | 8,532 | | Brute Force
|
2024-10-09 | What motivates me ? | 0:00 | 725 | |
|
2024-10-09 | Minimum Add to Make Parentheses Valid | Simple Intuition | Leetcode 921 | codestorywithMIK | 0:00 | 4,012 | |
|
2024-10-08 | Minimum Number of Swaps to Make the String Balanced | Reason | Leetcode 1963 | codestorywithMIK | 0:00 | 9,934 | |
|
2024-10-07 | Minimum String Length After Removing Substrings | 3 Approaches | Leetcode 2696 | codestorywithMIK | 0:00 | 5,210 | |
|
2024-10-05 | Sentence Similarity III | 2 Simple Approaches | Dry Run | Leetcode 1813 | codestorywithMIK | 0:00 | 8,557 | |
|
2024-10-04 | Permutation in String | Multiple Approaches | Clean Dry Run | Leetcode 567 | codestorywithMIK | 0:00 | 8,797 | |
|
2024-10-03 | Make Sum Divisible by P | Simplest Explanation | Full Dry Run | Leetcode 1590 | codestorywithMIK | 0:00 | 13,976 | |
|
2024-10-03 | DSA Shorts with MIK - 6 | 0:00 | 1,832 | |
|
2024-10-03 | Divide Players Into Teams of Equal Skill | With Proof | Dry Run | Leetcode 2491 | codestorywithMIK | 0:00 | 5,571 | |
|
2024-09-30 | Design a Stack With Increment Operation | Better Approach | O(1) | Leetcode 1381 | codestorywithMIK | 0:00 | 3,966 | |
|
2024-09-30 | Check If Array Pairs Are Divisible by k | Simplest Explanation | Leetcode 1497 | codestorywithMIK | 0:00 | 11,515 | |
|
2024-09-28 | DSA Shorts with MIK - 5 | 0:00 | 1,071 | |
|
2024-09-28 | Design Circular Deque | Simplest Explanation | 2 Ways | Leetcode 641 | codestorywithMIK | 0:00 | 4,989 | |
|
2024-09-27 | Priorities 🥹🥹🥹 | 0:00 | 3,184 | |
|
2024-09-27 | My Calendar II | Simplest Explanation | Full Dry Run | Leetcode 731 | codestorywithMIK | 0:00 | 5,909 | |
|
2024-09-26 | My Calendar I | Detailed Approach | Leetcode 729 | codestorywithMIK | 0:00 | 7,818 | |
|
2024-09-25 | Sum of Prefix Scores of Strings | Trie | Full Easy Dry Run | Leetcode 2416 | codestorywithMIK | 0:00 | 6,416 | |
|
2024-09-24 | Find the Length of the Longest Common Prefix | 2 Approaches | Leetcode 3043 | codestorywithMIK | 0:00 | 7,356 | |
|
2024-09-23 | Extra Characters in a String | Recursion | Bottom Up | Easy | Leetcode 2707 | codestorywithMIK | 0:00 | 10,132 | |
|
2024-09-22 | K-th Smallest in Lexicographical Order | Super Detailed | Dry Run | Leetcode 440 | codestorywithMIK | 0:00 | 9,975 | |
|
2024-09-21 | Lexicographical Numbers | Simple DFS | Leetcode 386 | codestorywithMIK | 0:00 | 8,523 | |
|
2024-09-20 | Shortest Palindrome | Multiple Ways | KMP Zindabaad | Leetcode 214 | codestorywithMIK | 0:00 | 10,000 | |
|
2024-09-19 | Different Ways to Add Parentheses | Simple Story To Code | Leetcode 241 | codestorywithMIK | 0:00 | 10,480 | |
|
2024-09-16 | Minimum Time Difference | Easy Approach | Detailed | Leetcode 539 | codestorywithMIK | 0:00 | 7,869 | |
|
2024-09-15 | DSA Shorts with MIK - 4 | 0:00 | 2,497 | |
|
2024-09-15 | Find the Longest Substring Containing Vowels in Even Counts | Leetcode 1371 | codestorywithMIK | 0:00 | 12,836 | | Counter-Strike: Source
|
2024-09-14 | DSA Shorts with MIK - 3 | 0:00 | 3,778 | |
|
2024-09-14 | Longest Subarray With Maximum Bitwise AND | Simple Observation | Leetcode 2419 | codestorywithMIK | 0:00 | 6,496 | |
|
2024-09-13 | XOR Queries of a Subarray | Simple Explanation | Leetcode 1310 | codestorywithMIK | 0:00 | 5,578 | |
|
2024-09-12 | Count the Number of Consistent Strings | Using Bit Manipulation | Leetcode 1684 | codestorywithMIK | 0:00 | 4,519 | |
|
2024-09-10 | Insert Greatest Common Divisors in Linked List | 2 Approaches | Leetcode 2807 | codestorywithMIK | 0:00 | 3,376 | |
|
2024-09-08 | Maximum Number of Moves to Kill All Pawns | Step By Step Detailed | Leetcode 3283 | codestorywithMIK | 0:00 | 2,969 | |
|
2024-09-08 | Leetcode Contest Qn-4 ka Khauf | 0:00 | 1,933 | |
|
2024-09-07 | Linked List in Binary Tree | Easy | Dry Run | Leetcode 1367 | codestorywithMIK | 0:00 | 7,018 | |
|
2024-09-06 | Delete Nodes From Linked List Present in Array | Simple | Dry Run | Leetcode 3217 | codestorywithMIK | 0:00 | 4,522 | |
|
2024-09-04 | Walking Robot Simulation | Detailed Simulation | Leetcode 874 | codestorywithMIK | 0:00 | 8,447 | |
|
2024-09-02 | Find the Student that Will Replace the Chalk | 2 Ways | Leetcode 1894 | codestorywithMIK | 0:00 | 5,484 | |
|
2024-09-01 | DSA Shorts with MIK - 2 | 0:00 | 2,435 | |
|
2024-09-01 | Convert 1D Array Into 2D Array | 2 Approaches | Leetcode 2022 | codestorywithMIK | 0:00 | 3,969 | |
|
2024-08-31 | Palindrome Partitioning II | Using Blue Print | DP On Strings | Leetcode 132 | DP Concepts & Qns-28 | 0:00 | 1,725 | |
|
2024-08-30 | Modify Graph Edge Weights | Using Dijkstra | Thought Process | Leetcode 2699 | codestorywithMIK | 0:00 | 8,993 | |
|
2024-08-29 | Most Stones Removed with Same Row or Column | Using DSU | DRY RUN | Leetcode 947 | codestorywithMIK | 0:00 | 6,314 | |
|
2024-08-28 | Count Sub Islands | Easiest Thought Process | Leetcode 1905 | codestorywithMIK | 0:00 | 7,019 | | Counter-Strike: Source
|
2024-08-25 | Travel Tales | 0:00 | 1,358 | |
|
2024-08-24 | Find the Closest Palindrome | Simple Observations | Leetcode 564 | codestorywithMIK | 0:00 | 9,001 | |
|
2024-08-23 | Fraction Addition and Subtraction | Simple Simulation | Leetcode 592 | codestorywithMIK | 0:00 | 10,868 | |
|
2024-08-22 | DSA Shorts with MIK - 1 | 0:00 | 2,611 | |
|
2024-08-22 | Number Complement | Multiple Approaches | Leetcode 476 | codestorywithMIK | 0:00 | 5,856 | |
|
2024-08-19 | 2 Keys Keyboard | Detailed Explanations | Leetcode 650 | codestorywithMIK | 0:00 | 8,381 | |
|
2024-08-18 | Count Substrings That Satisfy K-Constraint I & II | Detailed Explanation | Leetcode 3258 & 3261 | 0:00 | 4,506 | |
|
2024-08-17 | The Imperial Delhi | Weekend Getaway | Luxury Stay | 5 Star hotel | WeekendWithMik | 0:00 | 6,485 | |
|
2024-08-17 | Maximum Number of Points with Cost | Detailed Explanation | Leetcode 1937 | codestorywithMIK | 0:00 | 11,399 | |
|
2024-08-16 | Maximum Distance in Arrays | Leetcode 624 | codestorywithMIK | 0:00 | 6,824 | |
|
2024-08-14 | Lemonade Change | Leetcode 860 | codestorywithMIK | 0:00 | 4,082 | | Counter-Strike: Source
|
2024-08-13 | Find K-th Smallest Pair Distance | Multiple Approaches | Leetcode 719 | codestorywithMIK | 0:00 | 10,994 | |
|
2024-08-12 | Combination Sum II | Simple Khandani Template | Leetcode 40 | codestorywithMIK | 0:00 | 8,215 | |
|
2024-08-10 | Regions Cut By Slashes | Already Studied Concept | Easy Code | Leetcode 959 | codestorywithMIK | 0:00 | 10,139 | |
|
2024-08-10 | Minimum Number of Days to Disconnect Island | Studied Concept | Leetcode 1568 | codestorywithMIK | 0:00 | 10,878 | |
|
2024-08-09 | Magic Squares In Grid | Simple Approach | Clean Code | Leetcode 840 | codestorywithMIK | 0:00 | 7,671 | |
|
2024-08-09 | Thank you 60,000 Subscribers ❤️ | 0:00 | 514 | |
|
2024-08-07 | Spiral Matrix III | Simple Simulation | Made Easy | Leetcode 885 | codestorywithMIK | 0:00 | 11,708 | |
|
2024-08-06 | Integer to English Words | Story To Code | Leetcode 273 | codestorywithMIK | 0:00 | 11,087 | |
|
2024-08-04 | Range Sum of Sorted Subarray Sums | Learning Something New | Leetcode 1508 | codestorywithMIK | 35:31 | 8,799 | |
|
2024-08-04 | Happy Friendship Day ❤️ | 0:04 | 657 | |
|
2024-08-02 | Make Two Arrays Equal by Reversing Subarrays | Easy | Leetcode 1460 | codestorywithMIK | 12:02 | 3,882 | |
|
2024-08-01 | Minimum Swaps to Group All 1's Together II | 2 Ways | Dry Runs | Leetcode 2134 | codestorywithMIK | 25:57 | 10,513 | |
|
2024-07-30 | Filling Bookcase Shelves | Recursion Memoization | Why not Greedy | Leetcode 1105 | codestorywithMIK | 29:49 | 11,465 | |
|
2024-07-29 | Minimum Deletions to Make String Balanced | Multiple Approaches | Leetcode 1653 | codestorywithMIK | 34:00 | 9,428 | |
|
2024-07-28 | Count Number of Teams | Simple thought process | Intuition | Leetcode 1395 | 24:13 | 9,321 | |
|
2024-07-27 | Second Minimum Time to Reach Destination | 2 Approaches | FULL DRY RUN | Leetcode 2045 | 1:05:57 | 7,935 | |
|
2024-07-25 | Find the City With the Smallest Number of Neighbors at a Threshold Distance | 3 Ways | Leetcode 1334 | 38:58 | 6,845 | | Threshold
|
2024-07-23 | Sort the Jumbled Numbers | 2 Approaches | Leetcode 2191 | codestorywithMIK | 27:05 | 6,473 | |
|
2024-07-21 | Minimum Operations to Make Array Equal to Target | Minimum Number of Increments|Leetcode 3229 & 1526 | 45:23 | 4,020 | |
|
2024-07-20 | Palindrome Partitioning | Using Blue Print | DP On Strings | Leetcode 131 | DP Concepts & Qns-27 | 35:55 | 1,690 | |
|
2024-07-20 | Build a Matrix With Conditions | BFS | DFS | Detailed Explanation | Leetcode 2392 | codestorywithMIK | 40:50 | 7,367 | |
|
2024-07-19 | Number of Good Leaf Nodes Pairs | Simple DFS | Dry Run | Leetcode 1530 | codestorywithMIK | 31:30 | 1,778 | |
|
2024-07-19 | Find Valid Matrix Given Row and Column Sums | Simple Approach | Leetcode 1605 | codestorywithMIK | 0:00 | 7,204 | |
|