 
            
              Manishh
            
            @manishh696
Followers
                33
              Following
                60
              Media
                74
              Statuses
                189
              19 | My code is my legacy | My AI is my executioner | SELF TAUGHT #100DaysOfCode
              
              Joined September 2024
            
            
           Day 44 ⚡ 3 LeetCode problems down — #485 #283 #268 💥 Found the missing one, moved the zeros, and went full streak mode on 1s 🔥 Arrays tried… I debugged destiny 😎 #100DaysOfCode #LeetCode #CodeGrind
          
          
                
                0
              
              
                
                1
              
              
                
                7
              
             Every problem builds a pattern. Today I cracked 3: 485, 283, 268. Each one sharpened logic, focus, and flow. The grind is real. The growth is visible. 🔥 #LeetCode #100DaysOfCode #CodingMindset
          
          
                
                0
              
              
                
                0
              
              
                
                0
              
             Day 44 ⚡ 3 LeetCode problems down — #485 #283 #268 💥 Found the missing one, moved the zeros, and went full streak mode on 1s 🔥 Arrays tried… I debugged destiny 😎 #100DaysOfCode #LeetCode #CodeGrind
          
          
                
                0
              
              
                
                1
              
              
                
                7
              
             🚀 Solved Unique Paths with Obstacles in C++ using DP! 💡 Idea: dp[i][j] = 0 if blocked, else dp[i][j] = dp[i-1][j] + dp[i][j-1] ✅ O(n²) time & space, can optimize to O(n) #100DaysOfCode #DSA #Cpp #DynamicProgramming
          
          
                
                1
              
              
                
                0
              
              
                
                3
              
             Kicking off something exciting 🚀 I’ve started building a Chrome extension to help with problem-solving on LeetCode.The goal → give hints & guidance to make the journey from easy → medium → hard more structured & beginner-friendly 💡 coming soon : Codebuddy ;) #100DaysOfCode
          
          
                
                1
              
              
                
                1
              
              
                
                2
              
             🚨 Day 41 of #100DaysOfCode Ever wondered how many “good numbers” exist for huge n? 🤯 LeetCode 1922: Even positions → 5 choices, Odd → 4 choices. Fast power + modular arithmetic = 💥 Consistency > Perfection. Still building. 💻🔥 
          
                
                2
              
              
                
                1
              
              
                
                22
              
             🚀sry for wait : Meet Neko 🐱 — your new coding companion! Struggling on LeetCode? What if hints came instantly, right in your browser?Neko is here to make your grind smarter, not harder. ✨ Stay tuned — full reveal coming tomorrow! #LeetCode #ChromeExtension #100DaysOfCode
          
          
                
                0
              
              
                
                1
              
              
                
                2
              
             Day 42 of #100DaysOfCode 🧩 LeetCode 215 – Kth Largest Element in an Array 🔤 LeetCode 151 – Reverse Words in a String 🌲 LeetCode 701 – Insert into a Binary Search Tree 🪶LeetCode 1021 – Remove Outermost Parentheses Stack, Strings, BSTs & Heaps — #LeetCode #100DaysOfCode #DSA
          
          
                
                1
              
              
                
                0
              
              
                
                21
              
             🐱 Something big is coming tomorrow… Meet Neko, your future coding companion for LeetCode! 1️⃣ Pick a problem 2️⃣ Select hint difficulty (Easy / Medium / Hard) 3️⃣ Get smart, contextual hints without leaving the page No more switching tabs, no more distraction — just code smarter. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             🚀sry for wait : Meet Neko 🐱 — your new coding companion! Struggling on LeetCode? What if hints came instantly, right in your browser?Neko is here to make your grind smarter, not harder. ✨ Stay tuned — full reveal coming tomorrow! #LeetCode #ChromeExtension #100DaysOfCode
          
          
                
                0
              
              
                
                1
              
              
                
                2
              
             🚨 Day 41 of #100DaysOfCode Ever wondered how many “good numbers” exist for huge n? 🤯 LeetCode 1922: Even positions → 5 choices, Odd → 4 choices. Fast power + modular arithmetic = 💥 Consistency > Perfection. Still building. 💻🔥 
          
                
                2
              
              
                
                1
              
              
                
                22
              
             Day 39 – #100DaysOfCode 💡 LeetCode 746: Min Cost Climbing Stairs DP + Minimal moves 🧠 dp[i] = cost[i] + min(dp[i+1], dp[i+2]) One step closer, literally 😄 #LeetCode #DSA #DynamicProgramming
          
          
                
                0
              
              
                
                0
              
              
                
                1
              
             🚀 Day 38 of #100DaysOfCode Today’s grind: ✅ 1207 – Unique Number of Occurrences (HashMap ✅ 209 – Min Size Subarray Sum (Sliding Window ✅ 1814 – Count Nice Pairs (Math + HashMap twist) Every problem is a step closer to mastery. let’s grow together. #LeetCode #DSA
          
          
                
                0
              
              
                
                0
              
              
                
                11
              
             Day37🚀LeetCode2442:CountDistinctIntegersAfterReverseOps 👉Reverse each number’s digits,add back,find unique count. 💡Use a set for O(n). #LeetCode #100DaysOfCode #DSA
          
          
                
                0
              
              
                
                0
              
              
                
                2
              
             🚀 Day 36 of the 100-Day Coding Challenge! Today’s focus: LeetCode 295 – Find Median from Data Stream Learned how to efficiently maintain median using: ✅ Max-Heap for left half ✅ Min-Heap for right half Insert → Balance → Get Median in O(log n) #100DaysOfCode #LeetCode #DSA
          
          
                
                0
              
              
                
                0
              
              
                
                2
              
             🌳 Day 35 of #100DaysOfCode Solved LeetCode 1080 – Insufficient Nodes in Root to Leaf Paths Key Idea:🔹 Use DFS to track path sums🔹 Prune subtrees not reaching the limit🔹 Return nullptr for insufficient paths Another good practice for tree recursion & pruning. 🚀 #LeetCode #DSA
          
          
                
                0
              
              
                
                0
              
              
                
                3
              
             Day 36: Solved LeetCode 378 – Kth Smallest in a Sorted Matrix 🟦 Used min-heap & binary search approaches ⚡ Learning multiple ways to solve 🔥 #100DaysOfCode #LeetCode
          
          
                
                0
              
              
                
                0
              
              
                
                4