2023-10-23 | Power of Four | 3 Approaches | Maths | With Proof | Bit Magic | Leetcode - 342 | 16:37 | 2,215 | |
|
2023-10-22 | Thank you for the TRUST ❤️🙏 #codestorywithMIK | 0:11 | 232 | |
|
2023-10-22 | Maximum Score of a Good Subarray | GREEDY | INTUITION | AMAZON | Leetcode - 1793 | 25:25 | 2,650 | |
|
2023-10-21 | Constrained Subsequence Sum | Recursion | Memoization | Sliding Window | GOOGLE | Leetcode - 1425 | 58:50 | 3,935 | |
|
2023-10-20 | Flatten Nested List Iterator | 3 Approaches | Full Details | GOOGLE | NETFLIX | Leetcode - 341 | 42:51 | 2,604 | |
|
2023-10-19 | Backspace String Compare | 2 Approaches | GOOGLE | Leetcode - 844 | Live Code | Explanation | 18:06 | 1,567 | |
|
2023-10-18 | Parallel Courses III | Topological Sorting | Intuition | Dry Run | UBER | Leetcode - 2050 | 30:39 | 3,518 | Vlog |
|
2023-10-17 | Validate Binary Tree Nodes | Using DSU | Intuitive | META | Leetcode - 1361 | 21:13 | 1,265 | |
|
2023-10-17 | Validate Binary Tree Nodes | Using Binary Tree Properties | BFS | META | Leetcode - 1361 | 24:41 | 4,234 | |
|
2023-10-16 | Pascal's Triangle II | Using Same Code of Pascal's Triangle I | AMAZON | Leetcode - 119 | 15:42 | 1,445 | |
|
2023-10-15 | Number of Ways to Stay in the Same Place After Some Steps | Recursion | Memoization | Leetcode- 1269 | 27:58 | 2,572 | |
|
2023-10-14 | Painting the Walls | Why Greedy Fails | Recursion | Memoization | GOOGLE | Leetcode - 2742 | 28:12 | 3,012 | |
|
2023-10-13 | Min Cost Climbing Stairs | Bottom Up | Recursion | Memoization | GOOGLE | Leetcode - 746 | 23:57 | 1,534 | |
|
2023-10-12 | Find in Mountain Array | Binary Search | Using Same Code | AMAZON | Leetcode - 1095 | 19:18 | 2,607 | |
|
2023-10-11 | Number of Flowers in Full Bloom | Brute Force | Optimal Approach | Binary Search | Leetcode - 2251 | 23:06 | 2,033 | |
|
2023-10-10 | Minimum Number of Operations to Make Array Continuous | Brute Force | Optimal | Leetcode - 2009 | 35:18 | 3,342 | |
|
2023-10-08 | Max Dot Product of Two Subsequences | Recursion | Memoization | AMAZON | Leetcode - 1458 | 22:30 | 2,116 | |
|
2023-10-07 | Build Array Where You Can Find The Maximum Exactly K Comparisons |DP Concepts & Qns-14|Leetcode-1420 | 32:12 | 4,231 | |
|
2023-10-06 | Thank/Love You all 3000 ❤️🙏 #coding #motivation #thankyou #subscribe #10000 #codestorywithMIK #code | 1:00 | 1,691 | |
|
2023-10-06 | Integer Break | Tree Diagram | Recursion | Memoization | AMAZON | Leetcode - 343 | 20:13 | 3,215 | |
|
2023-10-05 | Majority Element I | Majority Element II : Boyer-Moore | Made Simple | Leetcode - 229 and 169 | 31:49 | 1,955 | |
|
2023-10-04 | Design HashMap | Brute Force | Optimal | META | GOOGLE | NETFLIX | Leetcode - 706 | 23:51 | 2,641 | |
|
2023-10-03 | Number of Good Pairs | 3 Approaches | META | Leetcode - 1512 | 15:33 | 1,411 | |
|
2023-10-02 | Remove Colored Pieces if Both Neighbors are the Same Color | Intuitive | GOOGLE | Leetcode - 2038 | 16:25 | 2,218 | |
|
2023-10-01 | Reverse Words in a String III | 2 Approaches | Zappos | MentorGraphics | Leetcode - 557 | Live Code | 14:26 | 1,477 | |
|
2023-09-30 | Consistency is the 🔑 #hardwork #consistencyiskey #consistency #motivation #leetcode #coding | 0:04 | 1,505 | |
|
2023-09-30 | 132 Pattern | Intuition explained | Brute Force | Better | Optimal | META | AMAZON | Leetcode - 456 | 31:37 | 3,750 | |
|
2023-09-29 | Monotonic Array | Simple | Clean | META | Leetcode - 896 | Live Coding | Explanation | 7:12 | 1,460 | |
|
2023-09-28 | Sort Array By Parity | 3 Approaches | Custom Comparator | META | Leetcode - 905 | 13:13 | 1,423 | |
|
2023-09-26 | Decoded String at Index | Clean Code | TCS | GOOGLE | ORACLE | Leetcode - 880 | 22:10 | 4,585 | |
|
2023-09-25 | Remove Duplicate Letters | Why Monotonic Stack | Intuition | GOOGLE | Leetcode - 316 | 23:03 | 3,649 | |
|
2023-09-24 | Find the Difference | 3 Approaches | Phone Interview | AMAZON | Leetcode - 389 | 10:57 | 1,300 | |
|
2023-09-24 | DSA Sheet-1 Announcement | More To Come Soon | Stay Tuned | 0:05 | 1,523 | |
|
2023-09-24 | Champagne Tower | Intuitive | Bottom Up | GOOGLE | Leetcode - 799 | 17:51 | 1,059 | |
|
2023-09-23 | Champagne Tower | Recursion | Memoization | GOOGLE | Leetcode - 799 | 29:27 | 2,700 | |
|
2023-09-22 | Longest String Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 14 | Leetcode-1048 | 29:53 | 2,407 | |
|
2023-09-21 | Is Subsequence | With Follow Up Solved | 2 Approaches | AMAZON | Leetcode - 392 | 19:00 | 1,355 | |
|
2023-09-21 | Median of Two Sorted Arrays | PART-2 | Best Approach | Binary Search | Google | Apple | Leetcode - 4 | 41:52 | 1,334 | |
|
2023-09-21 | Median of Two Sorted Arrays | PART-1 | Brute Force | Better Approach | Google | Apple | Leetcode - 4 | 32:09 | 1,561 | |
|
2023-09-19 | Minimum Operations to Reduce X to Zero | 2 Approaches | Recursion | Hashmap | Leetcode - 1658 | 31:59 | 2,980 | |
|
2023-09-19 | Decision is YOURS #hardwork #motivation #ambition #youtubeshorts #descipline #shorts #education | 0:24 | 523 | |
|
2023-09-18 | Find the Duplicate Number | With Proof | Follow Up Qns | Hare And Tortoise | AMAZON | Leetcode - 287 | 26:46 | 2,495 | |
|
2023-09-17 | The K Weakest Rows in a Matrix | 2 Approaches | Binary Search | Heap | Sorting | Leetcode - 1337 | 29:08 | 1,559 | |
|
2023-09-17 | Family of 9000 😇🙏❤️ #codestorywithMIK #coding #leetcode #subscribe #subscribers #trust #india | 0:11 | 195 | |
|
2023-09-17 | Thank You for the Trust ❤️🙏😇 #codestorywithMIK #coding #leetcode #subscribe #subscribers #trust | 0:06 | 411 | |
|
2023-09-17 | Shortest Path Visiting All Nodes | Clean | Simple | Intuitive | BFS | GOOGLE | Leetcode-847 | | 48:35 | 3,348 | |
|
2023-09-16 | Euler Path | Euler Circuit | PART-1 | Graph Concepts & Qns - 40 | Explanation+Code | 33:23 | 913 | |
|
2023-09-13 | Reconstruct Itinerary | Clean | Simple | Intuitive | GOOGLE | Leetcode-332 | Live Code | 29:09 | 3,462 | |
|
2023-09-13 | CANDY | 2 Approaches | O(1) Space | O(N) Space | AMAZON | Leetcode - 135 | 39:32 | 3,196 | |
|
2023-09-11 | Minimum Deletions to Make Character Frequencies Unique | 2 Approaches | MICROSOFT | Leetcode - 1647 | 25:14 | 2,464 | |
|
2023-09-10 | Group the People Given the Group Size They Belong To | Dry Run | LYFT | Leetcode - 1282 | 14:46 | 2,368 | |
|
2023-09-09 | Count All Valid Pickup and Delivery Options | CLEAR INTUITION | META | Leetcode - 1359 | 21:50 | 2,954 | |
|
2023-09-08 | Combination Sum IV | 2 Ways | DRY RUN | Tree Diagram | GOOGLE | SNAPCHAT | META | Leetcode - 377 | 22:18 | 2,282 | |
|
2023-09-07 | Pascal's Triangle | Simplest Approach | Application | DRY RUN | Adobe | Amazon | Leetcode - 118 | 14:46 | 1,535 | |
|
2023-09-06 | Reverse Linked List II | Clean | Simple Code | Dry Run | MICROSOFT | Leetcode - 92 | 21:53 | 2,434 | |
|
2023-09-05 | Split Linked List in Parts | Clean | Simple Code | Dry Run | Amazon | Leetcode - 725 | 28:29 | 2,177 | |
|
2023-09-04 | Copy List with Random Pointer | 2 Approaches | Clear Intuition | Dry Run | Microsoft| Leetcode - 138 | 45:08 | 2,449 | |
|
2023-09-04 | Hardest choices require strongest will. #codestorywithMIK | 0:12 | 1,226 | |
|
2023-09-02 | Unique Paths | Recursion | Memoization | AMAZON | CISCO | PAYTM | OLA | LINKEDIN | Leetcode - 62 | 8:31 | 1,258 | |
|
2023-09-01 | I Tell Stories ⚡️ #story #code #storytocode #codestorywithMIK #dsa #india #leetcode #datastructures | 0:20 | 1,302 | |
|
2023-09-01 | Extra Characters in a String | Tree Diagram | Recursion | Memoization | MADE EASY | Leetcode - 2707 | 22:30 | 3,812 | |
|
2023-09-01 | Thank you for such a thoughtful gift ♥️😇🎉 #gift #surprise #friendhip #bond #love #thoughtfull | 0:13 | 1,462 | |
|
2023-08-31 | Counting Bits | Follow Up Qn | 2 Approaches | AMAZON | Leetcode - 338 | 10:24 | 2,256 | |
|
2023-08-31 | Minimum Number of Taps to Open to Water a Garden | Full Dry Run | ATLASSIAN | Leetcode - 1326 | 24:34 | 734 | |
|
2023-08-30 | Disjoint Set Union By SIZE and Path Compression | DSU | Graph Concepts & Qns -39 | Explanation+Code | 17:08 | 282 | |
|
2023-08-30 | Minimum Replacements to Sort the Array | Cleanest Code | Full Dry Run | GOOGLE | Leetcode - 2366 | 30:57 | 2,226 | |
|
2023-08-30 | Happy Raksha Bandhan ♥️ #rakshabandhan #sister #sisters #sis #festival #india #bond #love #friends | 0:16 | 389 | |
|
2023-08-29 | I’ll tell you a STORY, you’ll never forget #codestorywithMIK | 0:21 | 296 | |
|
2023-08-29 | Thank you from the bottom of my ♥️ #codestorywithMIK #coding #leetcode #trust #friendship #friends | 0:06 | 204 | |
|
2023-08-29 | Minimum Penalty for a Shop | MULTIPLE APPROACHES | Dry Run | META | Leetcode - 2483 | 55:28 | 1,988 | |
|
2023-08-28 | Implement Stack using Queues | Full Thought Process | BLOOMBERG | Leetcode-225 | Live Code | 21:59 | 1,370 | |
|
2023-08-27 | Guidance | Q& A | Part-1 | Getting Started with DSA ? | Road Map | 9:51 | 1,155 | |
|
2023-08-27 | Frog Jump | Khandaani Tareeka | Memoization | GOOGLE | AMAZON | META | Leetcode-403 | 35:12 | 2,188 | |
|
2023-08-26 | How big would you dream ? 🔥🔥🔥 #hardwork #motovational #motivation #coding #leetcode #motivational | 0:26 | 266 | |
|
2023-08-26 | Maximum Length of Pair Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 13 | Leetcode-646 | 22:44 | 2,040 | |
|
2023-08-25 | Interleaving String | Khandaani Tareeka | Memoization | GOOGLE | Leetcode-97 | 29:35 | 2,408 | |
|
2023-08-24 | Text Justification | Broken into Pieces | GOOGLE | Leetcode-68 | Explanation + Live Coding | 35:17 | 2,657 | |
|
2023-08-23 | Reorganize String | 2 Approaches | Time Complexity | Full Dry Run | TESLA | AMAZON | Leetcode-767 | 40:52 | 2,785 | |
|
2023-08-22 | Excel Sheet Column Title | Made it simple | Dry Run | Leetcode-168 | Meta | Microsoft | Explanation | 19:35 | 2,115 | |
|
2023-08-21 | Repeated Substring Pattern | Full Intuition | Time Complexity | GOOGLE | AMAZON | Leetcode-459 | 21:35 | 2,863 | |
|
2023-08-20 | Sort Items by Groups Respecting Dependencies | Broken into Simple Steps | Intuition | Leetcode-1203 | 38:24 | 2,840 | |
|
2023-08-19 | Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree | Broken in Steps | Leetcode-1489 | 49:10 | 2,431 | |
|
2023-08-18 | Maximal Network Rank | Simple and Straight | 2 Ways | MICROSOFT | Leetcode-239 | Dry Run | Live Code | 22:02 | 2,967 | |
|
2023-08-17 | 01 Matrix | Detailed Dry Run | Why BFS from 0s | GOOGLE | Leetcode - 542 | 18:59 | 2,190 | |
|
2023-08-16 | Sliding Window Maximum | Monotonic Deque | INTUITIVE | GOOGLE | Leetcode-239 | Dry Run | 31:54 | 2,238 | |
|
2023-08-15 | Happy independence Day 🇮🇳❤️ #india #independenceday #meradeshmahan #freedom #bharat | 0:09 | 223 | |
|
2023-08-15 | Partition List | Made Super Easy | MICROSOFT | Leetcode-86 | Dry Run | Live Code | 14:53 | 1,801 | |
|
2023-08-14 | Kth Largest Element in an Array | Quick Select | Time Complexity | MICROSOFT | Leetcode-215 | 29:38 | 1,028 | |
|
2023-08-14 | Kth Largest Element in an Array | Heap | Sorting | 2 Approaches | Time Complexity | Leetcode-215 | 9:18 | 812 | |
|
2023-08-13 | Check if There is a Valid Partition For The Array | Recursion | Memoization | GOOGLE | Leetcode-2369 | 25:39 | 2,315 | |
|
2023-08-12 | Longest Increasing Subsequence | BOTTOM UP | FULL INTUITION | DP Concepts & Qns - 12 | Leetcode-300 | 31:22 | 660 | |
|
2023-08-12 | Unique Paths II | Made Super Easy | Recursion | Memoization | 2D Array | AMAZON | Leetcode-63 | 19:43 | 984 | |
|
2023-08-11 | Coin Change II | Made Super Easy | Recursion | Memoization | AMAZON | Leetcode-518 | 24:32 | 1,465 | |
|
2023-08-10 | Keep working hard. Your day will come ❤️❤️ #coding #leetcode #hardwork #motivation #reels #algorithm | 0:26 | 1,292 | |
|
2023-08-10 | Search in Rotated Sorted Array II | Made Super Easy | Binary Search | ADOBE | AMAZON | Leetcode-81 | 0:06 | 941 | |
|
2023-08-09 | Minimize the Maximum Difference of Pairs | Binary Search Pattern | INTUITION | META | Leetcode-2616 | 31:06 | 2,925 | |
|
2023-08-08 | Longest Increasing Subsequence | Recursion & Memo |Tree Diagram |DP Concepts & Qns-11 | Leetcode-300 | 32:27 | 1,171 | |
|
2023-08-08 | Search in Rotated Sorted Array | Made Super Easy | Binary Search | GOOGLE | AMAZON | Leetcode-33 | 0:06 | 776 | |
|
2023-08-07 | Thank you from the bottom of my heart ❤️👨🏻💻 #coding #leetcode #motivation #interviewpreparation | 0:06 | 93 | |
|
2023-08-07 | Search a 2D Matrix | Made Super Easy | Binary Search | AMAZON | Leetcode-74 | 0:06 | 687 | |
|