codestorywithMIK

codestorywithMIK

Views:
3,374,548
Subscribers:
92,300
Videos:
1,177
Duration:
13:15:22:00
India
India

codestorywithMIK is an Indian YouTube content creator with roughly 92.3 thousand subscribers. He published approximately 1.18 thousand videos which altogether total over 3.37 million views.

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





Top 200 Videos With The Most Comments by codestorywithMIK


Video TitleCommentsCategoryGame
101.Find in Mountain Array | Binary Search | Using Same Code | AMAZON | Leetcode - 109578
102.Spiral Matrix III | Simple Simulation | Made Easy | Leetcode 885 | codestorywithMIK77
103.Check if There is a Valid Partition For The Array | Recursion | Memoization | GOOGLE | Leetcode-236977
104.Non-decreasing Subsequences -(Khaandani Backtracking Template) : Explanation ➕ Live Coding77
105.Find the Duplicate Number | With Proof | Follow Up Qns | Hare And Tortoise | AMAZON | Leetcode - 28777
106.K-th Smallest in Lexicographical Order | Super Detailed | Dry Run | Leetcode 440 | codestorywithMIK76
107.Open the Lock | Why BFS | Similar Pattern Problems | META | Leetcode 752 | codestorywithMIK76
108.Knight Probability in Chessboard | Recursion | Memoization | AMAZON | DIRECTi | Leetcode-68876
109.Flip String to Monotone Increasing - (GOOGLE) | Recursion+Memo | Explanation ➕ Live Coding76
110.Step-By-Step Directions From a Binary Tree Node to Another | 2 Approaches | Leetcode 209676
111.Minimum Number of Days to Make m Bouquets | Simple Thought Process| Leetcode 1482 | codestorywithMIK76
112.Magnetic Force Between Two Balls | Simple Thought Process | Leetcode 1552 | codestorywithMIK75
113.Validate Binary Tree Nodes | Using Binary Tree Properties | BFS | META | Leetcode - 136175
114.Maximum Sum Circular Subarray (Microsoft, Amazon) : Explanation ➕ Live Coding75
115.Put Marbles in Bags | Full Intuition | Dry Run | Leetcode-2551 | AMAZON | Explanation ➕ Live Coding75
116.Minimum Operations to Reduce X to Zero | 2 Approaches | Recursion | Hashmap | Leetcode - 165875
117.Maximum Score From Removing Substrings | 2 Approaches | With Proof | Leetcode 171774
118.Repeated Substring Pattern | Full Intuition | Time Complexity | GOOGLE | AMAZON | Leetcode-45974
119.Partition Array for Maximum Sum | Why DP | Recursion | Memo | Bottom Up | Leetcode 104374
120.Find the Student that Will Replace the Chalk | 2 Ways | Leetcode 1894 | codestorywithMIK74
121.String Compression II | Recursion | Memo | Leetcode 153174
122.Number of Laser Beams in a Bank | Clear Explanation | Dry Run | Amazon | Leetcode 212574
123.Count Number of Nice Subarrays | 2 Approaches | Similar Concept | Leetcode 1248 | codestorywithMIK74
124.Student Attendance Record II | Recursion | Memoization | Bottom Up | Leetcode 552 | codestorywithMIK73
125.Buddy Strings | GOOGLE | META | Leetcode-859 | Explanation ➕ Live Coding73
126.Number of Longest Increasing Subsequence | Using LIS | Full Dry Run | META | Leetcode-67373
127.Minimum Height Trees | Know Every Detail | Why BFS | GOOGLE | Leetcode 310 | codestorywithMIK73
128.DSA Sheet-1 Announcement | More To Come Soon | Stay Tuned73
129.Non-overlapping Intervals | 2 Approaches | Intuition | Dry Run | Leetcode-435 | GOOGLE | Explanation72
130.Soup Servings | INTUITIVE | Recursion | Memoization | GOOGLE | Leetcode-80872
131.Minimum Time Difference | Easy Approach | Detailed | Leetcode 539 | codestorywithMIK72
132.Kth Largest Element in an Array | Heap | Sorting | 2 Approaches | Time Complexity | Leetcode-21572
133.Number of Ways of Cutting a Pizza - (Google, TikTok) | Leetcode-1444 | Explanation ➕ Live Coding72
134.Different Ways to Add Parentheses | Simple Story To Code | Leetcode 241 | codestorywithMIK71
135.Binary Tree Maximum Path Sum - (Google, Meta, Amazon, Flipkart) : Explanation ➕ Live Coding71
136.Maximum Length of Pair Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 13 | Leetcode-64671
137.Maximum Score of a Good Subarray | GREEDY | INTUITION | AMAZON | Leetcode - 179370
138.K-th Symbol in Grammar | Recursion | Recurrence Relation Explained | GOOGLE | Leetcode - 77970
139.Number of Flowers in Full Bloom | Brute Force | Optimal Approach | Binary Search | Leetcode - 225170
140.Minimum Cost to Make Array Equal | Simplest Solution | MICROSOFT | Leetcode-2448 | Explanation70
141.Minimum Number of Operations to Make Array Continuous | Brute Force | Optimal | Leetcode - 200970
142.Sort Integers by The Number of 1 Bits | 2 Approaches | AMAZON | Leetcode - 135670
143.Snakes and Ladders - (Microsoft, Amazon, Adobe..) : Explanation ➕ Live Coding69
144.Frequency of the Most Frequent Element | Binary Search | Sliding Window | META | Leetcode-183869
145.Minimum Number of Days to Disconnect Island | Studied Concept | Leetcode 1568 | codestorywithMIK69
146.Combination Sum IV | 2 Ways | DRY RUN | Tree Diagram | GOOGLE | SNAPCHAT | META | Leetcode - 37769
147.Partition List | Made Super Easy | MICROSOFT | Leetcode-86 | Dry Run | Live Code69
148.Bitwise AND of Numbers Range | 2 Approaches | Dry Run | Leetcode 20169
149.Unique Paths II | Made Super Easy | Recursion | Memoization | 2D Array | AMAZON | Leetcode-6369
150.Minimum One Bit Operations to Make Integers Zero | Detailed Explanation | LinkedIn | Leetcode 161168
151.Parallel Courses III | Topological Sorting | Intuition | Dry Run | UBER | Leetcode - 205068Vlog
152.My Calendar I | Detailed Approach | Leetcode 729 | codestorywithMIK68
153.01 Matrix | Detailed Dry Run | Why BFS from 0s | GOOGLE | Leetcode - 54268
154.Pow(x, n) | Reasoning | Dry Run | LINKEDIN | AMAZON | Leetcode-50 | Live Code + Explanation68
155.Tallest Billboard | Recur + Memo | Tree Diagram | GOOGLE | Leetcode-956 | Live Code68
156.Excel Sheet Column Title | Made it simple | Dry Run | Leetcode-168 | Meta | Microsoft | Explanation68
157.Valid Parenthesis String | 4 Detailed Approaches | Leetcode 678 | codestorywithMIK67
158.Number of Subsequences That Satisfy the Given Sum Condition | AMAZON | Leetcode - 1498 | Live Coding67
159.Maximize Score After N Operations | BRUTE FORCE To OPTIMAL | META | Leetcode-1799 | Live Code66
160.Count Sub Islands | Easiest Thought Process | Leetcode 1905 | codestorywithMIK66Counter-Strike: Source
161.Longest Subarray With Maximum Bitwise AND | Simple Observation | Leetcode 2419 | codestorywithMIK66
162.Minimum Increment to Make Array Unique | Sorting | Counting Sort | Leetcode 945 | codestorywithMIK66
163.Maximum Number That Sum of the Prices Is Less Than or Equal to K |Brute Force |Optimal |Contest 38066
164.Number of Ways to Reorder Array to Get Same BST | Pascal's triangle | GOOGLE | Leetcode-156965
165.Restore The Array - (GOOGLE, MICROSOFT) | Recur+Memo | Leetcode-1416 | Live Code + Explanation65
166.Largest Color Value in a Directed Graph | Leetcode - 1857 | META | Explanation ➕ Live Coding Trash65
167.Lexicographically Smallest Equivalent String | DFS | Explanation ➕ Live Coding65
168.Bus Routes | Dry Run | Intuition | UBER | Leetcode-81565
169.Min Cost Climbing Stairs | Bottom Up | Recursion | Memoization | GOOGLE | Leetcode - 74664
170.Find Unique Binary String | Multiple Approaches | Intuition | AMAZON | META | GOOGLE | Leetcode-198064
171.Find the Winner of the Circular Game | 3 Approaches | Leetcode 1823 | codestorywithMIK64
172.The K Weakest Rows in a Matrix | 2 Approaches | Binary Search | Heap | Sorting | Leetcode - 133764
173.Combination Sum II | Simple Khandani Template | Leetcode 40 | codestorywithMIK64
174.Count Nice Pairs in an Array | Simple Clean | Important suggestion | AMAZON | Leetcode-181463
175.Find the Winner of an Array Game | Simulation | Easy Explanation | GOOGLE | Leetcode - 153563
176.LRU Cache - (Adobe, Microsoft, Amazon, Twitch...):Explanation➕Live Coding63
177.Lexicographical Numbers | Simple DFS | Leetcode 386 | codestorywithMIK63
178.Knuth-Morris-Pratt KMP String Matching Algorithm | Search Pattern | GFG POTD63
179.Reverse Substrings Between Each Pair of Parentheses | 2 Approaches | Leetcode 1190 |codestorywithMIK63
180.Largest Divisible Subset | LIS Variant | DP Concepts & Qns-18 | Leetcode-36862
181.Count Subarrays Where Max Element Appears at Least K Times | 2 Approaches | Leetcode 296262
182.CANDY | 2 Approaches | O(1) Space | O(N) Space | AMAZON | Leetcode - 13562
183.Sum of Prefix Scores of Strings | Trie | Full Easy Dry Run | Leetcode 2416 | codestorywithMIK62
184.Reorganize String | 2 Approaches | Time Complexity | Full Dry Run | TESLA | AMAZON | Leetcode-76762
185.Construct Quad Tree (Leetcode - 427) - (Google) : Explanation ➕ Live Coding62
186.Special Array With X Elements Greater Than or Equal X | 3 Approaches |Leetcode 1608|codestorywithMIK62
187.Longest Subarray of 1's After Deleting One Element | Multiple Approaches | GOOGLE | Leetcode-149362
188.Greatest Common Divisor Traversal | Why Graph | Why DSU | Google | Leetcode 270961
189.Amount of Time for Binary Tree to Be Infected | Using BFS | Leetcode 238561
190.Best Time to Buy and Sell Stock with Transaction Fee | Recur + Memo | META | Leetcode-71461
191.Shortest Palindrome | Multiple Ways | KMP Zindabaad | Leetcode 214 | codestorywithMIK61
192.Make Array Strictly Increasing | Recur + Memo | Time Complexity | GOOGLE | Leetcode-1187 | Live Code61
193.Profitable Schemes - (AMAZON) | Recur+Memo | Leetcode-879 | Live Code + Explanation61
194.Longest Cycle in a Graph | Leetcode - 2360 | DFS | Explanation ➕ Live Coding Trash60
195.Find All Groups of Farmland | DFS | BFS | Brute Force | Leetcode 1992 | codestorywithMIK60
196.Longest String Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 14 | Leetcode-104860
197.Peak Index in a Mountain Array | Binary Search | DRY RUN | GOOGLE | Leetcode-85260
198.Reveal Cards In Increasing Order | 2 Approaches | Leetcode 950 | codestorywithMIK60
199.Maximum Width Ramp | Brute Force | Better | Optimal | Leetcode 962 | codestorywithMIK60Brute Force
200.Jump Game IV - (Leetcode - 1345) - (Google, Microsoft, Adobe, Amazon) : Explanation ➕ Live Coding59