2024-03-30 | Subarrays with K Different Integers | Approach-1 | With Reasons | Leetcode 992 | codestorywithMIK | 35:08 | 5,807 | |
|
2024-03-29 | Count Subarrays Where Max Element Appears at Least K Times | 2 Approaches | Leetcode 2962 | 36:06 | 8,033 | |
|
2024-03-28 | Relatable ? 🥹 #codestorywithmik | 0:06 | 4,211 | |
|
2024-03-28 | Length of Longest Subarray With at Most K Frequency | 2 Ways | Leetcode 2958 | codestorywithMIK | 21:51 | 5,677 | |
|
2024-03-27 | Comment down your lines 👨🏻💻 | 0:03 | 500 | |
|
2024-03-27 | Subarray Product Less Than K | Khandani Sliding Window template | Leetcode 713 | codestorywithMIK | 16:55 | 6,779 | |
|
2024-03-26 | First Missing Positive | In Depth Intuition | Clean Code | Leetcode 41 | codestorywithMIK | 33:16 | 6,047 | |
|
2024-03-25 | Longest Common Suffix Queries | Simple TRIE | Clean Code | Leetcode 3093 | codestorywithMIK | 48:34 | 1,093 | |
|
2024-03-24 | Most Frequent IDs | Complete Intuition | Leetcode 3092 | codestorywithMIK | 31:58 | 2,126 | |
|
2024-03-23 | Reorder List | 3 Approaches | Leetcode 143 | codestorywithMIK | 39:54 | 3,780 | |
|
2024-03-22 | Palindrome Linked List | 4 Approaches | Leetcode 234| codestorywithMIK | 44:53 | 2,407 | |
|
2024-03-20 | Task Scheduler | Using Greedy Only | No Heap | Leetcode 621 | codestorywithMIK | 27:20 | 1,039 | |
|
2024-03-20 | Merge In Between Linked Lists | Easy Straight Forward | AMAZON | Leetcode 1669 | codestorywithMIK | 11:44 | 2,797 | |
|
2024-03-19 | Task Scheduler | Easy Intuition | Using Heap | Leetcode 621 | codestorywithMIK | 28:25 | 7,904 | |
|
2024-03-17 | Minimum Deletions to Make String K-Special | 2 Simple Approaches | Leetcode 3085 | codestorywithMIK | 37:10 | 2,140 | |
|
2024-03-17 | Count Substrings Starting and Ending with Given Character | Leetcode 3084 | codestorywithMIK | 11:38 | 1,333 | |
|
2024-03-16 | Shortest Common Supersequence | 3 Approaches | DP On Strings |DP Concepts & Qns 20|codestorywithMIK | 53:05 | 626 | |
|
2024-03-16 | Contiguous Array | Using same Pattern Approach | Similar Problems | Leetcode 525 | 21:19 | 5,828 | |
|
2024-03-15 | Trie VS Tree | 0:05 | 1,962 | |
|
2024-03-14 | Binary Subarrays With Sum | 2 Approaches | Detailed Explanation | Leetcode 930 | 36:47 | 5,526 | |
|
2024-03-13 | Find the Pivot Integer | 5 Approaches | Easy Explanation | Leetcode 2485 | 27:24 | 2,757 | |
|
2024-03-12 | Regular Expression Matching | Brute Force | Optimal | Recursion Concepts And Questions | 54:24 | 1,189 | |
|
2024-03-11 | Shortest Uncommon Substring in an Array | Detailed Intuition | Dry Run | Leetcode 3076 | Contest 388 | 40:08 | 1,810 | |
|
2024-03-11 | Custom Sort String | 2 Approaches | Intuition | Meta | Leetcode 791 | 28:33 | 3,993 | |
|
2024-03-10 | Maximum Strength of K Disjoint Subarrays | Recursion | Memoization | Leetcode 3077 | Contest 388 | 45:27 | 1,578 | |
|
2024-03-10 | Intersection of Two Arrays | 4 Approaches | Leetcode 349 | 21:08 | 2,550 | |
|
2024-03-09 | Minimum Common Value | 3 Approaches | Leetcode 2540 | 11:27 | 1,913 | |
|
2024-03-08 | Count Elements With Maximum Frequency | One Pass | Two Pass | Leetcode 3005 | 12:50 | 2,751 | | Frequency
|
2024-03-08 | Happy International Women’s Day, 2024 #womensday #codestorywithmik | 0:26 | 473 | |
|
2024-03-06 | Spend your time wisely #codestorywithMIK #motivation #hardwork | 0:13 | 1,407 | |
|
2024-03-05 | Minimum Length of String After Deleting Similar Ends | Simple Two Pointers | Leetcode 1750 | 16:09 | 3,383 | |
|
2024-03-04 | Stay tuned - Life Changing Moment | 0:14 | 768 | |
|
2024-03-04 | Largest Number formed from an Array | Largest Number | Comparators Application | Leetcode 179 | 20:30 | 1,352 | |
|
2024-03-03 | Remove Nth Node From End of List | 1 Pass | 2 Pass | Leetcode 19 | 21:30 | 2,303 | |
|
2024-03-02 | Just don't give up. #codestorywithmik | 0:30 | 834 | |
|
2024-03-02 | Squares of a Sorted Array | 2 Approaches | Follow Up | Leetcode 977 | 6:25 | 2,094 | |
|
2024-03-01 | Maximum Odd Binary Number | 2 Approaches | Leetcode 2864 | 14:17 | 2,860 | |
|
2024-02-29 | Comparators in C++ | sort Example | Function Pointer | Functors | Lambda Expressions | 37:02 | 693 | |
|
2024-02-29 | Print Longest Common Subsequence | DP On Strings | DP Concepts & Qns-19 | 33:06 | 499 | |
|
2024-02-29 | Keep moving guys. We are together 💪 | 0:03 | 1,022 | |
|
2024-02-29 | Even Odd Tree | DFS | BFS | Leetcode 1609 | 40:37 | 3,086 | |
|
2024-02-28 | Permutations II | Two Approaches | Detailed | Recursion Concepts And Questions | 40:10 | 660 | |
|
2024-02-28 | Find Bottom Left Tree Value | 3 Approaches | Simple Story | Microsoft | Leetcode 513 | 23:52 | 2,990 | |
|
2024-02-27 | Power Set | Same as Subsets | Magic Of Recursion | Recursion Concepts And Questions | 13:08 | 833 | |
|
2024-02-27 | Diameter of Binary Tree | Simple Story | Amazon | Leetcode 543 | 19:37 | 2,813 | |
|
2024-02-26 | Earliest Second to Mark Indices I | Detailed Intuition | Leetcode Weekly Contest 386 | Leetcode 3048 | 1:00:09 | 1,636 | |
|
2024-02-25 | Generate Parentheses | 2 Approaches | Magic Of Recursion | Recursion Concepts And Questions | 39:44 | 1,838 | |
|
2024-02-25 | Greatest Common Divisor Traversal | Why Graph | Why DSU | Google | Leetcode 2709 | 51:53 | 5,127 | |
|
2024-02-24 | Find All People With Secret | 4 Approaches | Google | Leetcode 2092 | 1:23:52 | 4,490 | |
|
2024-02-23 | Thank you and Love You All ❤️🙏 | 0:07 | 484 | |
|
2024-02-23 | N-Queens | 2 Approaches | Super Detailed | Magic Of Recursion | Recursion Concepts And Questions | 1:06:37 | 803 | |
|
2024-02-21 | Bitwise AND of Numbers Range | 2 Approaches | Dry Run | Leetcode 201 | 34:43 | 4,266 | |
|
2024-02-20 | Missing Number | Multiple Approaches | Leetcode 268 | 24:58 | 1,998 | |
|
2024-02-19 | Flattening a Linked List | Magic Of Recursion | Recursion Concepts And Questions | Video 13 | 22:58 | 571 | |
|
2024-02-19 | Power of Two | Multiple Approaches | Leetcode 231 | 17:16 | 1,935 | |
|
2024-02-18 | Meeting Rooms III | Detailed Intuition | Brute Force | Optimal | Leetcode 2402 | 1:00:03 | 4,901 | |
|
2024-02-17 | Furthest Building You Can Reach | What is Lazy Greedy | Recursion | Memoization | Leetcode 1642 | 51:23 | 5,125 | |
|
2024-02-16 | Flatten BST to sorted list | Magic Of Recursion | Recursion Concepts And Questions | Video 12 | 24:04 | 749 | |
|
2024-02-16 | Least Number of Unique Integers after K Removals | 3 Approaches | Greedy | Leetcode 1481 | 43:42 | 2,660 | |
|
2024-02-15 | Rat in a Maze Problem | Simple Story To Code | Recursion Concepts And Questions | Video 11 | 40:50 | 586 | |
|
2024-02-15 | Find Polygon With the Largest Perimeter | Thought Process | Greedy | Leetcode 2971 | 23:39 | 2,725 | |
|
2024-02-14 | Subsets | Simple Story To Code | Leetcode 78 | Recursion Concepts And Questions | Video 10 | 22:05 | 434 | |
|
2024-02-14 | Rearrange Array Elements by Sign | 2 Approaches | Why Order Preserve | Leetcode 2149 | 17:50 | 1,641 | |
|
2024-02-13 | Quick Sort | Simple Story | Story To Code | Recursion Concepts And Questions | Video 9 | 47:40 | 545 | |
|
2024-02-13 | Find First Palindromic String in the Array | Multiple Ways | Leetcode 2108 | 15:02 | 1,451 | |
|
2024-02-11 | Cherry Pickup II | 3 Approaches | Super Detailed | Leetcode 1463 | 1:07:51 | 3,831 | |
|
2024-02-10 | Tumlog saath ho. Bas kaafi hai ❤️ 18K family #codestorywithmik | 0:11 | 2,263 | |
|
2024-02-10 | Palindromic Substrings | Blueprint | Palindrome Problems | 4 Approaches | Leetcode 647 | 57:30 | 4,967 | |
|
2024-02-09 | Largest Divisible Subset | LIS Variant | DP Concepts & Qns-18 | Leetcode-368 | 45:40 | 4,801 | |
|
2024-02-08 | Merge Sort | Simple Story | Story To Code | Recursion Concepts And Questions | Video 8 | 35:37 | 408 | |
|
2024-02-08 | Perfect Squares | Bottom UP | Made Easy | Google | Leetcode 279 | 11:02 | 2,826 | |
|
2024-02-07 | Minimum Time to Revert Word to Initial State | Part I | Part II | KMP | Leetcode 3029 | 3031 | 1:07:22 | 1,184 | |
|
2024-02-07 | Tower Of Hanoi | Simple Story | Story To Code | Recursion Concepts And Questions | Video 7 | 25:14 | 550 | |
|
2024-02-06 | Count the nodes at distance K from leaf | 2 Approaches | Simple Dry Run | GFG POTD | 45:49 | 1,474 | |
|
2024-02-05 | Tail Recursion | Tail call Optimisation | Examples | Recursion Concepts And Questions | Video 5 | 18:44 | 375 | |
|
2024-02-05 | Time Complexity | Space Complexity | Examples | Recursion Concepts And Questions | Video 4 | 27:47 | 385 | |
|
2024-02-05 | Recursion Tree | Call Stack | Recursion Concepts And Questions | Video 3 | 20:06 | 383 | |
|
2024-02-05 | Recursion Leap Of Faith | Examples | Recursion Concepts And Questions | Video 2 | 11:26 | 594 | |
|
2024-02-05 | Introduction | Recursion Concepts And Questions | Video 1 | 6:39 | 704 | |
|
2024-02-05 | First Unique Character in a String | Easy | Leetcode 387 | 4:45 | 1,539 | |
|
2024-02-03 | Every trip teaches me something. #codestorywithmik | 0:18 | 1,143 | |
|
2024-02-03 | Partition Array for Maximum Sum | Why DP | Recursion | Memo | Bottom Up | Leetcode 1043 | 28:20 | 4,809 | |
|
2024-02-02 | Sequential Digits | 2 Approaches | Leetcode 1291 | 21:20 | 3,707 | |
|
2024-02-01 | Divide Array Into Arrays With Max Difference| Why Sorting | Google | Leetcode 2966 | 16:01 | 2,930 | |
|
2024-01-29 | Count digit groupings of a number | Recursion | Memoization | GFG POTD | 27:09 | 979 | |
|
2024-01-28 | Number of Submatrices That Sum to Target | Subarray Sum Equals K | Leetcode 1074 | Leetcode 560 | 56:53 | 5,516 | |
|
2024-01-27 | Thank You for the TRUST ❤️🙏 #codestorywithMIK | 0:15 | 555 | |
|
2024-01-27 | K Inverse Pairs Array | Recursion | Memoization | Bottom Up | Optimal Bottom Up | Leetcode 629 | 59:47 | 5,770 | |
|
2024-01-26 | Out of Boundary Paths | Recursion | Memoization | Bottom Up | Optimal Bottom Up | Leetcode 576 | 56:46 | 3,575 | |
|
2024-01-24 | Pseudo-Palindromic Paths in a Binary Tree | 2 Ways | Bit Magic | Leetcode 1457 | 26:41 | 4,061 | |
|
2024-01-23 | Maximum Length of a Concatenated String with Unique Characters | Using Bit Magic | Leetcode 1239 | 40:05 | 3,425 | |
|
2024-01-22 | Paths from root with a specified sum | Simple | Story To Code | GfG POTD | 11:17 | 762 | |
|
2024-01-21 | Count the Number of Houses at a Certain Distance I | Why Graph | Leetcode 3015 | Weekly Contest | 31:52 | 1,275 | |
|
2024-01-21 | Minimum Number of Pushes to Type Word I and II | Leetcode 3014 | Leetcode 3016 | Weekly Contest | 31:27 | 1,087 | |
|
2024-01-20 | Distribute candies in a binary tree | Intuition | Story To Code | GfG POTD | 26:20 | 1,327 | |
|
2024-01-18 | Normalization vs Denormalization in RDBMS | Examples | Tables | SQL Query | codestorywithMIK | 17:39 | 940 | |
|
2024-01-18 | Water the plants | Intuition Explained | Similar Problem | GfG POTD | 32:30 | 2,630 | |
|
2024-01-15 | Maximum Number That Sum of the Prices Is Less Than or Equal to K |Brute Force |Optimal |Contest 380 | 1:06:23 | 1,443 | |
|
2024-01-14 | Find Beautiful Indices in the Given Array | Part I | Part II | Same Code | KMP | Weekly Contest 380 | 28:07 | 2,153 | |
|
2024-01-13 | Minimum Number of Steps to Make Two Strings Anagram | Simple | Intuitive | Google | Leetcode 1347 | 19:23 | 2,506 | |
|