#leetcode risultati di ricerca
#Day95 Update - Playwright MCP with LLM for browser automation - LeetCode - Two Coding Problems from LeetCode 75 #100daysofcode #LeetCode #automationtesting
 
                                            365 days. 365 problems. One incredible journey. 🚀 Just earned my year-long streak badge on @LeetCode! To anyone starting their coding journey: consistency beats intensity every single time. Here's to the next 365! 💻✨ #100DaysOfCode #LeetCode
 
                                            100 days streak on LeetCode! 💻🔥 Consistency beats intensity. Every day, one problem closer to mastery. Grateful for the learning, the bugs, and the endless “aha!” moments. 🚀 #100DaysOfCode #LeetCode #CodingJourney #DailyGrind
 
                                            Earned my #LeetCode DCC October 2025 badge! 💻🔥 That makes 4 badges this year: 🏅 50 Days | 🏅 DCC Sept | 🏅 100 Days | 🏅 DCC Oct Consistency really pays off 🙌 Thanks @kunalstwt — your likes, comments & Teaching kept me going! 💫 #Coding #DCC2025 #GrowthMindset #KeepLearning
 
                                             
                                             
                                            Day 37: Permutation in String 🔁 Approach: Sliding Window + Frequency Match 🎯 Count → Slide → Compare → Move on 💨 #LeetCode #CPP #CodingLife #Developer
 
                                            ✅ Day 210: LeetCode + JS Learning 🧩 3370. Smallest Number With All Set Bits 🔹 Approach: Bit Manipulation ⚡ Incremented n until (n & (n + 1)) == 0 💡 Learned: Complex DOM Manipulation, State-Derived Rendering, and TODO App (Add/Delete functionality) #100DaysOfCode #LeetCode
 
                                            Day 38/101 ✅ Only 2 questions today. The second one took 8 submissions — at that point, it wasn’t problem-solving anymore, it was emotional damage management. But hey, AC is AC. 📷 #LeetCode #DSA #100DaysOfCode
 
                                            Back to Grind! Day [62/ 100] of #100daysofcode -> Solved POTD -> Solved 4 LC problems (greedy, backtracking) -> Continued backend -> revisited previous topics where I left -> Next will learn server side rendering, authentication #LeetCode #dsa #buildinpublic
![SwaDotDev's tweet image. Back to Grind!
Day [62/ 100] of #100daysofcode
-> Solved POTD
-> Solved 4 LC problems (greedy, backtracking)
-> Continued backend
-> revisited previous topics where I left
-> Next will learn server side rendering, authentication
#LeetCode #dsa #buildinpublic](https://pbs.twimg.com/media/G4ldwJYboAAie2Z.jpg) 
                                            ![SwaDotDev's tweet image. Back to Grind!
Day [62/ 100] of #100daysofcode
-> Solved POTD
-> Solved 4 LC problems (greedy, backtracking)
-> Continued backend
-> revisited previous topics where I left
-> Next will learn server side rendering, authentication
#LeetCode #dsa #buildinpublic](https://pbs.twimg.com/media/G4ldwJibgAAI-1I.jpg) 
                                            Day - 75 of #100DaysOfCode solved: 114. Flatten Binary Tree to Linked List 129. Sum Root to Leaf Numbers 173. Binary Search Tree Iterator on #leetcode
 
                                             
                                             
                                            Just unlocked the 200 Days Badge on LeetCode ! 🚀 Solving problems 200+ days in 2025 is a great feeling. Small wins lead to big progress. 💪 #LeetCode #Coding #100DaysOfCode
 
                                            Day 26: Two Sum II Two pointers chasing one target 🎯 Clean logic, clear direction, constant pace #LeetCode #CPP #CodingLife #Developer
 
                                            Knight on LeetCode😭 It took me - 650+ problems - 30+ contests Got introduced to contests a bit late, been consistently giving from last 4 months. #LeetCode
 
                                             
                                            🟩 LeetCode Daily: ✅ 🔥 Streak: 165 Days and climbing! (The chain remains unbreakable ⛓️) ⏱ Runtime: 3ms beating 100.00% 🎯 Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻💪 #LeetCode #100DaysOfCode #DSA
 
                                            🚀 Day 81 of #100DaysOfDSA 🚀 LeetCode 1614 — Maximum Nesting Depth of the Parentheses 🔹 Problem:Find the maximum depth of nested parentheses in a valid expression string. 🔹Approach: Use a counter — increment on '(', update max depth, and decrement on ')'. #LeetCode #DSA🚀
 
                                            Day 230 – #365DaysOfCode 🎉 College exams are over! ✅ The Two Sneaky Numbers of Digitville ✅ GFG POTD – Shortest Cycle ✅ Codeforces 2154A #DSA #LeetCode #GfG #Codeforces #CompetitiveProgramming #ProblemSolving #CodingJourney #BuildInPublic #LearnInPublic
 
                                             
                                             
                                            Day 21 of 100 days challenge Solved 1 BST medium problem on leetcode #LeetCode #Coding #Tech #100daysofcode #100dayschallenge
 
                                            Hey BitBuddies 👋 Day 61 of my #100DaysOfCode challenge! 🚀 🧮 LeetCode: The Two Sneaky Numbers of Digitville 🔗 GFG: Shortest Cycle Bit by bit, problem by problem — getting sharper every day 💪 #LeetCode #GeeksforGeeks #CodingChallenge #ProblemSolving #KeepLearning #Day61
 
                                             
                                            Day 76/100 - #LeetCode 🔹The two sneaky number of digitville Algo: 1️⃣ store in a map from array 2️⃣ Iterate over a map and store if count is 2 and return that array #100DaysOfCode #LeetCode #CPP #DSA
 
                                             
                                            #Day95 Update - Playwright MCP with LLM for browser automation - LeetCode - Two Coding Problems from LeetCode 75 #100daysofcode #LeetCode #automationtesting
 
                                            Day 90 of #100DaysOfCode 🎯 Solved "2130. Maximum Twin Sum of a Linked List"(Medium)🔥 ✅ Time complexity is O(n). #LeetCode #DSA #Java #CodingJourney #LearnInPublic
 
                                            What happens when asteroids collide? In this video, we solve LeetCode 735 Asteroid Collision in C++, step by step. You’ll learn how to simulate collisions using a stack and handle every tricky case cleanly. Watch here youtu.be/AQvLCr0TIEI #LeetCode #Programming #LANAcademy
 
                                            LeetCode Daily Grind -> Day 19 ✅ Que 20: Build Array from Permutation Approach: • For each index i, I built a new array where ans[i] = nums[nums[i]] #LeetCode #100DaysOfCode #MERN #JavaScript #ProblemSolving #KeepGrinding #CodeEveryday #LogicBuilding
![jitesh_mern_dev's tweet image. LeetCode Daily Grind -> Day 19 ✅
Que 20: Build Array from Permutation
Approach:
• For each index i, I built a new array where ans[i] = nums[nums[i]]
#LeetCode #100DaysOfCode #MERN #JavaScript #ProblemSolving #KeepGrinding #CodeEveryday #LogicBuilding](https://pbs.twimg.com/media/G4mULkPbwAAg8Su.png) 
                                            Day 184 of #365DaysOfLeetCode ✅Just solved LeetCode problem No. 539! Let’s keep pushing!📷#LeetCode #CodingChallenge #ProblemSolving
 
                                            🔥Day 24 of #100DaysOfDSAwithJuicy_2 🤩Qs Done Today: 1⃣ Frog Jump: Bottom-Up DP😎 2⃣ The Two Sneaky Numbers of Digitville: XOR on top💯 #dp #leetcode #DSA #100DayChallenge
 
                                             
                                            🚀 Day 85 of #100DaysOfDSA Solved LC 22 – Generate Parentheses 🧩 🧠 Concept: Backtracking ⚙️ Complexity: Time: O(N × 2ᴺ), where N = 2 * n Space: O(N) + Recursive Stack Space #100DaysOfDSA #LeetCode #DSA #StriverSheet #CodingJourney
 
                                            Solved 5 easy #LeetCode problems today 💻 1️⃣ Remove Duplicates from Sorted Array 2️⃣ Valid Palindrome 3️⃣ Longest Common Prefix 4️⃣ Valid Anagram 5️⃣ Merge Two Sorted Arrays Every problem made my logic stronger 💪 #DSA #JavaScript #CodingJourney #ProblemSolving #LearnToCode
 
                                             
                                             
                                             
                                            Day 6 PODT - 31 oct 2025 3289. The Two Sneaky Numbers of Digitville “Every sunrise I chase isn’t just for me — it’s for the shadow walking toward me from tomorrow.” iykyk <3 #LeetCode @Hiteshdotcom @piyushgarg_dev
 
                                            ✅Solved 2 LeetCode problems today (Striver's A2Z DSA Course): -> Implement Stack using Queues -> Implement Queue using Stacks Also completed 6 problems on Striver Sheet. #Day70ofCoding #LeetCode #DSA #CodingJourney #TUFWinterArc @takeUforward_ @striver_79
 
                                             
                                             
                                            Day 37: Permutation in String 🔁 Approach: Sliding Window + Frequency Match 🎯 Count → Slide → Compare → Move on 💨 #LeetCode #CPP #CodingLife #Developer
 
                                            100 days streak on LeetCode! 💻🔥 Consistency beats intensity. Every day, one problem closer to mastery. Grateful for the learning, the bugs, and the endless “aha!” moments. 🚀 #100DaysOfCode #LeetCode #CodingJourney #DailyGrind
 
                                            Day 16 of #100DaysOfCode 💻 #TUFwinterArc A little late with today’s update been busy preparing reports and wrapping things. Still managed to get some problems done ➡️ Product of Array Except Self ➡️ Smallest Number With All Set Bits ⚡ #LeetCode #CodingJourney #100DaysOfCode
 
                                            Knight on LeetCode😭 It took me - 650+ problems - 30+ contests Got introduced to contests a bit late, been consistently giving from last 4 months. #LeetCode
 
                                             
                                            Earned my #LeetCode DCC October 2025 badge! 💻🔥 That makes 4 badges this year: 🏅 50 Days | 🏅 DCC Sept | 🏅 100 Days | 🏅 DCC Oct Consistency really pays off 🙌 Thanks @kunalstwt — your likes, comments & Teaching kept me going! 💫 #Coding #DCC2025 #GrowthMindset #KeepLearning
 
                                             
                                             
                                            Day 99/100 #LeetCode 🚀 🧩 Problem: LRU Cache Design a cache with get() & put() in O(1) using HashMap + Doubly Linked List. Move recently used → front, evict least used → end. Smart memory + speed combo! ⚡ #100DaysOfCode #CPP #Coding
 
                                            Day 26: Two Sum II Two pointers chasing one target 🎯 Clean logic, clear direction, constant pace #LeetCode #CPP #CodingLife #Developer
 
                                            Day 33/100 ✅ Solved LeetCode 1526: Minimum Number of Increments on Subarrays to Form a Target Array ⚡ 🔹 Learned how differences between adjacent elements determine operations 🔹 Simple but elegant logic using greedy approach #100DaysOfCode #Zigbee #LeetCode
 
                                            Day - 75 of #100DaysOfCode solved: 114. Flatten Binary Tree to Linked List 129. Sum Root to Leaf Numbers 173. Binary Search Tree Iterator on #leetcode
 
                                             
                                             
                                            leetcode potd done ✅ Day 25 #100DaysOfCode it was straightforward as i have intuition on difference arrays , (first tried :p) . Also was 1272 on cf solved A-E on last div4 (got to 1314) but today dropped to 1303 will bounce back again 💪 #LeetCode #DSA
 
                                             
                                            It's Confirmed! Internet is full of lies. Earlier that 4cr package Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring". #LeetCode
 
                                             
                                             
                                             
                                            Day 6 PODT - 31 oct 2025 3289. The Two Sneaky Numbers of Digitville “Every sunrise I chase isn’t just for me — it’s for the shadow walking toward me from tomorrow.” iykyk <3 #LeetCode @Hiteshdotcom @piyushgarg_dev
 
                                            ✅ Day 211: LeetCode Grind 🧩 1526. Minimum Number of Increments on Subarrays to Form a Target Array 🔹 Approach: Greedy ⚡ Counted positive differences between adjacent elements to find required increments #100DaysOfCode #LeetCode
 
                                            Just hit a huge milestone: 200 LeetCode questions solved! 🤯 Two hundred problems later, my problem-solving skills feel sharper than ever. On to the next 100! #LeetCode #DSA #CodingJourney #TechGoals #ProblemSolving
 
                                            200 Days of Consistency on LeetCode! From confusion to clarity — every day counted Proud of the grind #LeetCode #Cpp #CodingJourney #DSA #200days
 
                                            365 days. 365 problems. One incredible journey. 🚀 Just earned my year-long streak badge on @LeetCode! To anyone starting their coding journey: consistency beats intensity every single time. Here's to the next 365! 💻✨ #100DaysOfCode #LeetCode
 
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Halloween 1.83M posts
- 2. YouTube TV 29.2K posts
- 3. ESPN 67.5K posts
- 4. Hulu 22.1K posts
- 5. Chris Grier 6,493 posts
- 6. #SwapSilently 2,252 posts
- 7. Travis Hunter 2,539 posts
- 8. YTTV 1,469 posts
- 9. Trick or Treat 393K posts
- 10. #FanCashDropPromotion N/A
- 11. Auda City 2,428 posts
- 12. Fubo 2,462 posts
- 13. Champ Kelly N/A
- 14. McDaniel 11.8K posts
- 15. Dearborn 11.3K posts
- 16. Parker Washington N/A
- 17. #FursuitFriday 11.8K posts
- 18. DirecTV 1,233 posts
- 19. #FridayVibes 4,870 posts
- 20. #SpookySeason 7,564 posts
 
             
             
             
             
                                             
             
             
             
             
             
             
             
             
                                             
             
             
             
             
             
             
                                             
             
             
             
             
             
             
             
                                             
             
             
             
             
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
             
             
             
             
            