codestorywithMIK

codestorywithMIK

Views:
4,216,492
Subscribers:
105,000
Videos:
1,280
Duration:
13:15:22:00
India
India

codestorywithMIK is an Indian YouTube content creator with roughly 105 thousand subscribers. He published approximately 1.28 thousand videos which altogether total over 4.22 million views.

Created on ● Channel Link: https://www.youtube.com/channel/UCaw58edcO3ZqMw76Bvs0kGQ





Top 200 Most Viewed Videos by codestorywithMIK


Video TitleViewsCategoryGame
101.Introduction | What | How | Difference Array Technique: Concepts & Questions - 1 | codestorywithMIK8,924
102.Construct Binary Tree from Preorder and Postorder Traversal | Leetcode 889 | codestorywithMIK8,872
103.Hand of Straights | Simple Thought Process | Google | Leetcode 846 | codestorywithMIK8,845
104.Kth Smallest Product of Two Sorted Arrays | Detailed Explanation | Leetcode 2040 | codestorywithMIK8,828
105.Using a Robot to Print the Lexicographically Smallest String | Thought Process | Leetcode 2434 | MIK8,826
106.Construct Smallest Number From DI String | Easy Approaches | Leetcode 2375 | codestorywithMIK8,822
107.Range Sum of Sorted Subarray Sums | Learning Something New | Leetcode 1508 | codestorywithMIK8,799
108.Permutation in String | Multiple Approaches | Clean Dry Run | Leetcode 567 | codestorywithMIK8,797
109.Maximize Subarrays After Removing One Conflicting Pair | Detailed Explanation | Leetcode 3480 | MIK8,790
110.Maximize the Number of Target Nodes After Connecting Trees I | BFS | DFS | Leetcode 3372 | MIK8,768
111.Continuous Subarrays | Detailed Approaches | Time Complexity | Leetcode 2762 | codestorywithMIK8,705
112.Find the Lexicographically Largest String From the Box I | Thought Process | Leetcode 3403 | MIK8,623
113.Struggling With Logic in Coding ? Watch This Before Your Next LeetCode Question | codestorywithMIK8,611
114.Lowest Common Ancestor of Deepest Leaves | 2 Approaches | Leetcode 1123 | codestorywithMIK8,607
115.Ever heard of Recursion Leap Of Faith | codestorywithMIK8,600
116.String Matching in an Array | Simple Approaches | Leetcode 1408 | codestorywithMIK8,566
117.Sentence Similarity III | 2 Simple Approaches | Dry Run | Leetcode 1813 | codestorywithMIK8,557
118.Maximum Width Ramp | Brute Force | Better | Optimal | Leetcode 962 | codestorywithMIK8,532Brute Force
119.Lexicographical Numbers | Simple DFS | Leetcode 386 | codestorywithMIK8,523
120.Reveal Cards In Increasing Order | 2 Approaches | Leetcode 950 | codestorywithMIK8,515
121.Two Best Non-Overlapping Events | Brute Force | Better | Leetcode 2054 | codestorywithMIK8,488Brute Force
122.Minimum Number of Days to Make m Bouquets | Simple Thought Process| Leetcode 1482 | codestorywithMIK8,449
123.Height of Binary Tree After Subtree Removal Queries |Thought Process|Leetcode 2458| codestorywithMIK8,448
124.Walking Robot Simulation | Detailed Simulation | Leetcode 874 | codestorywithMIK8,447
125.Shortest Subarray to be Removed to Make Array Sorted | Detailed | Leetcode 1574 | codestorywithMIK8,422
126.Minimum Number of Removals to Make Mountain Array | Thought Process | Leetcode 1671|codestorywithMIK8,418
127.Divide Intervals Into Minimum Number of Groups | Simple Intuition | Leetcode 2406 | codestorywithMIK8,395
128.2 Keys Keyboard | Detailed Explanations | Leetcode 650 | codestorywithMIK8,381
129.Push Dominoes | Simplest Intuition | Complete Dry Run | Leetcode 838 | codestorywithMIK8,360Dominoes
130.Smallest Range Covering Elements from K Lists | Multiple Ways | Leetcode 632 | codestorywithMIK8,342
131.Minimum Number of Operations to Move All Balls to Each Box | Leetcode 1769 | 3 Approaches | MIK8,307
132.Find the Winner of the Circular Game | 3 Approaches | Leetcode 1823 | codestorywithMIK8,291
133.Prime Subtraction Operation | Straight Forward Approach | Leetcode 2601 | codestorywithMIK8,280
134.Move Pieces to Obtain a String | Brute Force | Wrong | Optimal | Leetcode 2337 | codestorywithMIK8,274
135.Check if Grid can be Cut into Sections | Merge Intervals | Leetcode 3394 | Leetcode 56 | Detailed8,215
136.Combination Sum II | Simple Khandani Template | Leetcode 40 | codestorywithMIK8,215
137.Minimum Score After Removals on a Tree | Detailed Explanation | Leetcode 2322 | codestorywithMIK8,176
138.Remove K Digits | Intuition | Dry Run | Leetcode 402 | codestorywithMIK8,166
139.Tuple with Same Product | 4 Detailed Approaches | Dry Runs | Leetcode 1726 | codestorywithMIK8,132
140.Sliding Puzzle | Detailed for Beginners | Leetcode 773 | codestorywithMIK8,130
141.Count the Number of Fair Pairs | Detailed Explanation | Leetcode 2563 | codestorywithMIK8,101
142.Most Profit Assigning Work | Multiple Approaches | With Intuition | Leetcode 826 | codestorywithMIK8,093
143.Longest Palindrome by Concatenating Two Letter Words | Simple Way | Leetcode 2131 | codestorywithMIK8,074
144.Divide Nodes Into the Maximum Number of Groups | Super Detailed | Leetcode 2493 | codestorywithMIK8,049
145.Count Subarrays Where Max Element Appears at Least K Times | 2 Approaches | Leetcode 29628,033
146.Avoid using Global Variables | codestorywithMIK8,024
147.Count Number of Nice Subarrays | 2 Approaches | Similar Concept | Leetcode 1248 | codestorywithMIK8,014
148.Remove All Occurrences of a Substring | 3 Approaches | Leetcode 1910 | codestorywithMIK7,952
149.Second Minimum Time to Reach Destination | 2 Approaches | FULL DRY RUN | Leetcode 20457,935
150.Maximum Swap | 2 Simple Approaches | Leetcode 670 | codestorywithMIK7,923
151.Task Scheduler | Easy Intuition | Using Heap | Leetcode 621 | codestorywithMIK7,904
152.Reverse Substrings Between Each Pair of Parentheses | 2 Approaches | Leetcode 1190 |codestorywithMIK7,902
153.Minimum Time Difference | Easy Approach | Detailed | Leetcode 539 | codestorywithMIK7,869
154.Word Subsets | Simple Thought Process | C++ | Java | Leetcode 916 | codestorywithMIK7,845
155.Minimum Difference in Sums After Removal of Elements | Detailed Explanation | Leetcode 2163 | MIK7,824
156.My Calendar I | Detailed Approach | Leetcode 729 | codestorywithMIK7,818
157.Cousins in Binary Tree II | 2 Detailed Approaches | Dry Run | Leetcode 2641 | codestorywithMIK7,806
158.Flip Columns For Maximum Number of Equal Rows | 2 Approaches | Leetcode 1072 | codestorywithMIK7,765
159.Apply Operations to Maximize Score | Super Detailed Approach For Beginners | Leetcode 2818 | MIK7,748
160.Count the Number of Arrays with K Matching Adjacent Elements | Detailed Approach | Leetcode 34057,747
161.Finding 3-Digit Even Numbers | 2 Simple Approaches | Leetcode 2094 | codestorywithMIK7,738
162.Rabbits in Forest | Detailed Explanation | Maths Behind It | Leetcode 781 | codestorywithMIK7,734
163.Find All Possible Recipes from Given Supplies | Brute Force | Optimal | Leetcode 21157,733Brute Force
164.Recover a Tree From Preorder Traversal | Easy DFS Simulation | Leetcode 1028 | codestorywithMIK7,675
165.Magic Squares In Grid | Simple Approach | Clean Code | Leetcode 840 | codestorywithMIK7,671
166.Hierholzer's Algorithm | Valid Arrangement of Pairs | Leetcode 2097 | Graph Concepts & Qns - 437,667
167.Maximum Score From Removing Substrings | 2 Approaches | With Proof | Leetcode 17177,660
168.Robot Collisions | Made Easy | Dry Run | Leetcode 2751 | codestorywithMIK7,645
169.Find Longest Special Substring That Occurs Thrice I & II | Leetcode 2981 & 2982 | codestorywithMIK7,637
170.Count Triplets That Can Form Two Arrays of Equal XOR | Leetcode 1442 | codestorywithMIK7,636
171.Open the Lock | Why BFS | Similar Pattern Problems | META | Leetcode 752 | codestorywithMIK7,617
172.The k-th Lexicographical String of All Happy Strings of Length n | Leetcode 1415 | codestorywithMIK7,567
173.Largest Combination With Bitwise AND Greater Than Zero | Detailed | Leetcode 2275 | codestorywithMIK7,534
174.Find Common Characters | Simple Dry Run | Leetcode 1002 | codestorywithMIK7,527
175.Count Number of Balanced Permutations | Super Detailed Explanation | Leetcode 3343 |codestorywithMIK7,495
176.Count Number of Maximum Bitwise-OR Subsets | Simplest Approach |Leetcode 2044 | codestorywithMIK7,468
177.Maximum Beauty of an Array After Applying Operation | 3 Approaches | Leetcode 2779 |codestorywithMIK7,460
178.Count Number of Bad Pairs | 3 Ways | Intuition | Leetcode 2364 | codestorywithMIK7,446
179.Count Good Triplets in an Array | Segment Tree Concepts & Qns | Video 12 | Leetcode 2179 | MIK7,437
180.Maximum Average Pass Ratio | Detailed | Covered Minute Details | Leetcode 1792 | codestorywithMIK7,405
181.Delete Duplicate Folders in System | Super Detailed Explanation | Leetcode 1948 | codestorywithMIK7,386
182.Build a Matrix With Conditions | BFS | DFS | Detailed Explanation | Leetcode 2392 | codestorywithMIK7,367
183.Find the Length of the Longest Common Prefix | 2 Approaches | Leetcode 3043 | codestorywithMIK7,356
184.Find the Original Typed String I | Straight Forward | Leetcode 3330 | codestorywithMIK7,325
185.Construct K Palindrome Strings | Super Detailed Intuition | Leetcode 1400 | codestorywithMIK7,322
186.Maximum XOR for Each Query | Simple Explanation | Leetcode 1829 | codestorywithMIK7,303XOR
187.Count Square Submatrices with All Ones | Recursion | Bottom Up | Leetcode 1277 | codestorywithMIK7,227
188.Maximal Rectangle | Multiple Hidden Problems | Intuition | Leetcode 85 | codestorywithMIK7,225
189.Find Valid Matrix Given Row and Column Sums | Simple Approach | Leetcode 1605 | codestorywithMIK7,204
190.Maximum Candies Allocated to K Children | Brute Force | Optimal | Leetcode 2226 | codestorywithMIK7,202Brute Force
191.Shortest Subarray With OR at Least K II | Made Easy | Detailed | Leetcode 3097 | codestorywithMIK7,160
192.Minimum Operations to Make a Uni-Value Grid | Detailed Simple Maths Proof | Leetcode 2033 | MIK7,149
193.Most Beautiful Item for Each Query | Simple Explanation | Leetcode 2070 | codestorywithMIK7,100
194.Create Binary Tree From Descriptions | Simplest Approach | Leetcode 2196 | codestorywithMIK7,073
195.Course Schedule IV | 3 Detailed Approaches | Leetcode 1462 | codestorywithMIK7,071
196.How codestorywithMIK was started | Motivation | Rejections | 50K Special7,041
197.Maximum Absolute Sum of Any Subarray | Kadane's Algorithm | Leetcode 1749 | codestorywithMIK7,040
198.Longest Square Streak in an Array | Detailed Approaches | Dry Run | Leetcode 2501 | codestorywithMIK7,030
199.Maximum Candies You Can Get from Boxes | 2 Ways | Simple Intuition | Leetcode 1298 |codestorywithMIK7,027
200.Minimum Index of a Valid Split | 2 Approaches | Leetcode 2780 | codestorywithMIK7,021