#leetcode hasil pencarian
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
🚀 Day 385 of #LeetCode Daily Challenge! Solved today’s hard problem — 3321. Find X-Sum of All K-Long Subarrays II 💪 🧠 Used a balanced set-based approach to dynamically maintain top-x frequent elements in each window — optimized and clean! #100DaysOfCode #BuildInPublic #DSA
🗓️ Day 96 of #100DaysOfDSA Explored LeetCode 50 – Pow(x, n) Instead of using C++ STL’s pow(), I learned the optimized approach using - Binary Exponentiation. Simple, elegant & super-efficient! Time: O(log₂n) Space: O(1) #DSA #LeetCode #ProblemSolving #Learning
💯 Days. 100% Dedication. Finally earned my #100Days badge on #LeetCode! This journey taught me that consistency beats everything.
Day 37/100 ✅ Solved LeetCode 3318: Find X-Sum of All K-Long Subarrays I 🔢 💡 Practiced sliding window concept 🧠 Focused on efficiently calculating subarray sums #100DaysOfCode #LeetCode #SlidingWindow
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
🚀Day 20 of #100DaysOfCode ✅Learnt File handling in C📁 ✅Learnt bit manipulation ✅Implemented 2 more functions in the project just 3 more to go... ✅Solved 1 lc problem #DSA #LeetCode #striversheet #BuildInPublic
🚀 Day 43 of #100DaysOfCode Solved LeetCode 11: Container With Most Water 💧 Used two pointers to maximize area by moving the shorter line inward. leetcode: leetcode.com/u/eklavyaasingh #LeetCode #100DaysOfCode #Cplusplus #DSA
Day 36/100 ✅ Solved LeetCode 2257: Count Unguarded Cells in the Grid 🧱 🔹 Simulated guards’ vision using DFS & directional traversal 🔹 Dealt with walls and overlapping paths carefully 🔹 Tricky implementation but super satisfying to get right! #100DaysOfCode #Zigbee #LeetCode
Day 3 – DevVlog | #100DaysOfCode Started working on NeetCode stack problems today. Solved a few LeetCode stack questions and completed the POTD. Also went through the MCP docs for my project! #CodingJourney #LeetCode #NeetCode #WebDev #FullStack #TechTwitter #100DaysChallenge…
🥳Day 28 of #100DaysOfDSAwithJuicy_2 🤓Didn't thing even sliding window problem can put in trouble But finally, did it!!😎 📌Q: 🪟Find X-Sum of All K-Long Subarrays II: used 2 sets 1⃣For main sum of frequencies 2⃣For other frequencies #LeetCode #leetcodedaily #100DayChallenge
Accepted.. #100DaysOfCode Nov 5th LeetCode POTD done.. Bruh this was literally yesterday's problem but they cranked up the constraints to make it spicy Spent a whole hour optimizing with multisets and sliding windows.. my brain hurts but we move #LearnInPublic #LeetCode #DSA
🌟Day 308 👨💻. Solve @geeksforgeeks || @LeetCode POTD Cpp⚡ Question LC. 3321. Find X-Sum of All K-Long Subarrays II Hard ✅. Question GFG. Get Minimum Squares Medium ✅. #geeksforgeeks #leetcode #DSA #POTD @LeetCode @geeksforgeeks #CPP25 #CodingChallenge
🇮🇳🔹 LeetCode Daily Challenge 📘 LC No.: 3321 💡 Approach: ⚙️ Sliding Frequency Window 2.0 🔥 Day 695 Streak 💪 ❤️ Like | 🔍 Follow @Kartscode #LeetCode #Java #DSA #ProblemSolving #DailyChallenge #TechStudent #codingjourney #buildInpublic #DSAWithJava #DSA #learninpublic
@LeetCode said I got it right @LeetCode's AI said I'm right 😭😭😭😭😭 How ??? How can i answer leet code questions ?? #leetcode #devJourney #frontendDeveloper #codeGrind
💻 #Day16 of my #LeetCode Journey! Solved "Generate Parentheses"usingC++ — mastered 🔁 recursion+backtracking 💪 Everyproblem builds logic,patience &power 🧠✨ #DSA #CPP #ProblemSolving #100DaysOfCode #CodingJourney #Placement #InterviewPrep #CodingInterview #SoftwareEngineering
Day 189 of #365DaysOfLeetCode ✅Just solved LeetCode problem No. 544! Let’s keep pushing!📷#LeetCode #CodingChallenge #ProblemSolving
AI that solves LeetCode for you looks smart. AI that helps you solve it yourself makes you smarter. That’s LeetCopilot — free AI hints, notes & mock interviews built to train how you think, not what you copy. #LeetCode #AItools #CodingInterview #buildinpublic
Day 7️⃣2️⃣ of #100DaysOfCode 💻 Solved LeetCode 72: Edit Distance ✍️ A classic DP challenge — converting one string to another while minimizing operations ✅ #LeetCode #Coding #ProblemSolving #DSA #100DaysOfCode
Additive number - Solved ☑️ There was some overflow issue in this problem so i took some inspiration from a iterative solution and convert it into my recursion solution✌️✨ #leetcode #recursion #DSA
💻 Day 76 of #LeetCode Daily Challenge! Solved #POTD 3321 “Find X-Sum of All K-Long Subarrays II” ⚙️ Used ordered multisets + frequency balancing to efficiently maintain top X elements within each window 🧩 ⏱️ Time: O(n log k) 📦 Space: O(k) #100DaysOfCode #CPP #DSA
Did 4 DSA questions based on String in past 2 hrs in college and now laptop 💻 is discharged ⚡ #DSA #LeetCode #college #learningtoearning
Today's #Leetcode #POTD Tried for more that 1.5 hour, My approach was correct to somehow balance set using insertion and deletion algo. But the implementation made me frustrated. This problem tests patience, I loose 😭 I will try more next time. #LearnInPublic #CodingJourney
Day 23 of the DSA journey! ✅ Solved “Power of Three” on LeetCode using a clean recursive approach with strict base checks. Edge cases like non-positive numbers handled gracefully. Consistency compounding every day! #100DaysOfCode #DSA #LeetCode #CodingJourney
🚀 Day 385 of #LeetCode Daily Challenge! Solved today’s hard problem — 3321. Find X-Sum of All K-Long Subarrays II 💪 🧠 Used a balanced set-based approach to dynamically maintain top-x frequent elements in each window — optimized and clean! #100DaysOfCode #BuildInPublic #DSA
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
I was trying to solve this leetcode 842 since this afternoon ✨finally it got solved I am so relieved right now... ✌️#DSA #Recursion #LeetCode
💯 Days. 100% Dedication. Finally earned my #100Days badge on #LeetCode! This journey taught me that consistency beats everything.
Day 37/100 ✅ Solved LeetCode 3318: Find X-Sum of All K-Long Subarrays I 🔢 💡 Practiced sliding window concept 🧠 Focused on efficiently calculating subarray sums #100DaysOfCode #LeetCode #SlidingWindow
💯 problems solved on LeetCode! 🟢 62 Easy | 🟡 33 Medium | 🔴 5 Hard From 90 → 100 ✅ Slow, steady, and consistent 💪 Next: Level up in Medium & Hard 🚀 #LeetCode #100DaysOfCode #DSA #CodingJourney
Day 68 of #100DaysOfCode ✅ LeetCode #1663 :Smallest String with a numeric value Every problem adds a new layer of logic and clarity ⚡ Discipline turns effort into progress ✨ #LeetCode #DSA #Java #CodingJourney #KeepGrinding
🚀Day 20 of #100DaysOfCode ✅Learnt File handling in C📁 ✅Learnt bit manipulation ✅Implemented 2 more functions in the project just 3 more to go... ✅Solved 1 lc problem #DSA #LeetCode #striversheet #BuildInPublic
🚀 Day 43 of #100DaysOfCode Solved LeetCode 11: Container With Most Water 💧 Used two pointers to maximize area by moving the shorter line inward. leetcode: leetcode.com/u/eklavyaasingh #LeetCode #100DaysOfCode #Cplusplus #DSA
Day: 33-36 of #100DaysOfCode(round 07) ✅ solved 8 #LeetCode ✅ learning #RUST #LearnInPublic #dsa #rustprogramming
💻 Daily LeetCode Challenge Solved! ✅ Problem: findXSum ⏱️ Runtime: 24 ms (Beats 62.86%) 💾 Memory: 17.33 MB (100%) 🔥 Efficient frequency-based window sliding solution! #Python #LeetCode #100DaysOfCode #Day66
Proud to have earned 5 badges on LeetCode! 🏅 From 50 Days to 100 Days, and monthly badges for August, September, and October - every streak reminds me that consistency beats everything. 💻🔥 #LeetCode #CodingJourney #100DaysOfCode
Day [3/ 100] of #100daysofcode -> studied for endsems -> took kinda break day -> reached 145 followers on X #LeetCode #buildinpublic
Something went wrong.
Something went wrong.
United States Trends
- 1. New York 30.9K posts
- 2. New York 30.9K posts
- 3. Good Wednesday 24.3K posts
- 4. #wednesdaymotivation 1,720 posts
- 5. Virginia 584K posts
- 6. #questpit 11.2K posts
- 7. Hump Day 9,583 posts
- 8. Van Jones 3,901 posts
- 9. 5th of November 17.1K posts
- 10. #Wednesdayvibe 1,342 posts
- 11. Alastor 29.7K posts
- 12. Talus 21.4K posts
- 13. AND SO IT BEGINS 17.7K posts
- 14. #hazbinhotelseason2 39.2K posts
- 15. Enhanced 11.2K posts
- 16. The GOP 260K posts
- 17. Nueva York 119K posts
- 18. Mayor 970K posts
- 19. #WednesdayWisdom N/A
- 20. Jay Jones 118K posts