M_Codes6 Profile Banner
Muzamil Naik Profile
Muzamil Naik

@M_Codes6

Followers
1K
Following
5K
Media
519
Statuses
3K

πŸ•ΈοΈ Web Dev || Learning....... DSA πŸ’» || πŸ”— Explore: https://t.co/gcmaJPloF6 πŸ”— GitHub: https://t.co/E6r73hzoTX

Kashmir 🍁
Joined December 2020
Don't wanna be here? Send us removal request.
@M_Codes6
Muzamil Naik
3 months
The rarest of all human qualities is consistency. 🫰.
1
0
5
@M_Codes6
Muzamil Naik
4 hours
🟑 Day 10 of #POTDwithGFG – Digging Through the DP Gold Mine!.πŸ“Œ Problem: Max Gold Collection in a Grid with Diagonal Moves.⛏️ Used bottom-up DP from right to left β€” because sometimes, gold lies in looking back. #Day10 #100DaysOfCode #DynamicProgramming @geeksforgeeks
Tweet media one
0
0
3
@M_Codes6
Muzamil Naik
5 hours
Day 114 βœ… | #gfg160 Challenge @geeksforgeeks.πŸ“Œ Problem: Longest Palindrome in a String.🧠 Approach: Dynamic Programming (Bottom-Up).πŸ” Checked all substrings and tracked the longest palindrome. #Python #DynamicProgramming #Palindrome #100DaysOfCode #gfgPractice #geekstreak2025
Tweet media one
0
0
3
@M_Codes6
Muzamil Naik
10 hours
RT @geeksforgeeks: Code is like poetry . Some get it, some don’t. Those who don’t get it, are confused . Those who get it, are even more co….
0
63
0
@M_Codes6
Muzamil Naik
1 day
🟒 Day 9 of #POTDwithGFG.πŸ“Œ Problem: Count binary strings with at least one pair of consecutive 1s.πŸ“ˆ Used DP to count strings without consecutive 1s β€” then subtracted from total. #Day9 #GFGPOTD #100DaysOfCode #DynamicProgramming #DSADaily #ConsistencyInCode.@geeksforgeeks
Tweet media one
0
0
2
@M_Codes6
Muzamil Naik
1 day
Day 113 βœ… | #gfg160 Challenge.@geeksforgeeks.πŸ“Œ Problem: Longest Palindromic Subsequence.🧠 Approach: Using Tabulation.Used two 1D arrays to reduce space while comparing substrings in Reverse. πŸ“ˆ T: O(nΒ²) | S: O(n). #Python #DynamicProgramming #LPS #100DaysOfCode #gfgPractice
Tweet media one
2
0
13
@M_Codes6
Muzamil Naik
2 days
🟒 Day 8 of GFG POTD .πŸ“Œ Problem: Find the Longest Word with All Prefixes Present.πŸš€ Result: Simple logic, powerful outcome β€” another one done!. #Day8 #GFGPOTD #100DaysOfCode #DSADaily #PrefixGame #PythonSolutions @geeksforgeeks
Tweet media one
0
0
7
@M_Codes6
Muzamil Naik
2 days
Day 112 βœ… | #gfg160 Challenge @geeksforgeeks.πŸ“Œ Problem: Longest Common Subsequence. πŸ’» Solved: Using Bottom-Up DP with a 2D table.πŸ“ˆ T: O(nΒ·m) | S: O(nΒ·m). #Python #DynamicProgramming #LCS #100DaysOfCode #gfgChallenge
Tweet media one
1
0
9
@M_Codes6
Muzamil Naik
3 days
🟒 Day 7 of #GFG POTD.πŸ“Œ Problem: Sum of Minimum Elements of All Subarrays.βœ… Used monotonic stack to calculate how many subarrays each element is the minimum of.πŸ“± Solved with clean O(n) logic β€” consistency leveling up!. #Day7 #GFGPOTD #100DaysOfCode #DSAMastery @geeksforgeeks
Tweet media one
1
0
14
@M_Codes6
Muzamil Naik
3 days
Day 111 βœ… | #gfg160 Challenge @geeksforgeeks.πŸ”— Problem: Longest String Chain.🧠 Approach: DP + Deletion-based predecessor check. #Python #DP #StringChain #100DaysOfCode #geekstreak2025 #gfgChallenge
Tweet media one
0
0
2
@M_Codes6
Muzamil Naik
4 days
🟒 Day 6 of #GFG POTD .πŸ“Œ Problem: Next Greater Frequency Element to the Right.πŸ›£οΈ Solved it on the phone while traveling – no excuses, just DSA!.πŸ“ˆ Applied frequency mapping + monotonic stack to track elements. #Day6 #GFGPOTD #100DaysOfCode #DSAonTheGo
Tweet media one
0
0
3
@M_Codes6
Muzamil Naik
5 days
Day 110 βœ… | #gfg160 Challenge @geeksforgeeks.πŸ“± Solved: LIS β€” on phone while traveling!.🎯 Goal: Find the length of the longest strictly increasing subsequence. πŸ“ˆ T: O(n log n) | S: O(n) using Binary Search. πŸ‘‡ More in ALT. #Python #DSA #100DaysOfCode #GeekStreak2025
Tweet media one
Tweet media two
Tweet media three
0
0
1
@M_Codes6
Muzamil Naik
5 days
🟒 Day 5 of #GFG POTD .πŸ“Œ Problem: Next Greater Element in Circular Array.πŸ” Circular arrays meet classic monotonic stack magic.πŸ’‘ Learned how to simulate circular behavior with 2*n loop. #Day5 #GFGPOTD #100DaysOfCode #StackProblem #NextGreaterElement #DSAChallenge
Tweet media one
0
0
1
@M_Codes6
Muzamil Naik
5 days
Day 109 βœ… | #gfg160 Challenge @geeksforgeeks.πŸ” Solved: Longest Bounded-Difference Subarray.🎯 Goal: Find the longest subarray where the difference between any two elements is ≀ x. πŸ“ˆ T: O(n) | S: O(n).πŸ‘‡ More in ALT. #Python #DSA #100DaysOfCode #GeekStreak2025
Tweet media one
1
0
8
@M_Codes6
Muzamil Naik
5 days
RT @geeksforgeeks: It’s tough. But you’re tougher.
0
30
0
@M_Codes6
Muzamil Naik
6 days
🟒 Day 4 of #GFG POTD Challenge.πŸ“Œ Problem: Maximum Sum Combination.🧠 Concept Used: Max Heap + Sorting + Visited Set.βœ… Learned how to smartly fetch the top K max pairs from two arrays. #Day4 #GFGPOTD #DSAChallenge #100DaysOfCode #HeapMagic #PythonCoding
Tweet media one
0
0
5
@M_Codes6
Muzamil Naik
7 days
Day 108 βœ… | #gfg160 Challenge @geeksforgeeks.πŸ” Solved: K Sized Subarray Maximum.🎯 Goal: Find the maximum in each subarray of size k. πŸ“ˆ T: O(n) | S: O(k).πŸ‘‡ More in ALT. #Python #DSA #100DaysOfCode #GeekStreak2025 #SlidingWindow #Deque
Tweet media one
1
0
8
@M_Codes6
Muzamil Naik
7 days
🟒 Day 3 of GFG POTD Challenge – Tested & Conquered!.πŸ“Œ Problem: Max Score from Subarray Mins.β›” Faced multiple TLEs and logical roadblocks.βœ… Finally cracked it using previous & next smaller element strategy (O(n)). #Day3 #GFGPOTD #DSAChallenge @geeksforgeeks
Tweet media one
0
0
3
@M_Codes6
Muzamil Naik
8 days
Day 107 βœ… | #gfg160 Challenge @geeksforgeeks.πŸ” Solved: Decode the String.🎯 Goal: Decode strings of the form k[encodedString] where the substring is repeated k times. πŸ“ˆ T: O(n) | S: O(n).πŸ‘‡ More in ALt. #Python #DSA #100DaysOfCode #GeekStreak2025
Tweet media one
0
0
15
@M_Codes6
Muzamil Naik
8 days
🟒 Day 2 of POTD – Cracked It!.βœ… Solved: Subarrays With At Most K Distinct Integers.🧠 Applied Sliding Window + HashMap to count all valid subarrays!.πŸ’₯ Faced a runtime error (typo!), debugged it, and nailed the logic. #Day2 #GFGPOTD #DSA #100DaysOfCode @geeksforgeeks
Tweet media one
1
0
14
@M_Codes6
Muzamil Naik
9 days
Day 106 βœ… | #gfg160 Challenge @geeksforgeeks.πŸ” Solved: Postfix Evaluation.🎯 Goal: Evaluate an arithmetic expression in Reverse Polish Notation (Postfix). 🎯 Using Stac. πŸ“ˆ T: O(n) | S: O(n).πŸ‘‡More in ALT. #Python #DSA #100DaysOfCode #GeekStreak2025 #Stack #PostfixNotation
Tweet media one
0
0
2