#leetcode search results
🟩 LeetCode Daily: ✅ 🔥 Streak: 167 Days and climbing! ⏱ Runtime: 21ms beating 47.02% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #DSA
🟩 LeetCode Daily: ✅ 🔥 Streak: 169 Days and climbing! ⏱ Runtime: 10ms beating 32.90% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #DSA
🟩 LeetCode Daily: ✅ 🔥 Streak: 168 Days and climbing! ⏱ Runtime: 20ms beating 83.94% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #DSA
Just crossed 400 @LeetCode problems solved 💪 154 Easy | 209 Medium | 37 Hard Progress feels slow day-to-day, but looking back — it’s a journey worth every bug 🧠 special thanks to @striver_79 and @takeUforward_ #LeetCode #100DaysOfCode #Coding #SoftwareEngineer
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 29: Rotate. Adapt. Repeat. 🔁 Two-pointer? Modulo math? Tried them all ended with a clean rotation logic. Every iteration improves both code and mindset. 🔄 #LeetCode #CPP #CodingJourney #Developer #KeepBuildin
Day 79 of #100daysOfCode Solved LeetCode #7 – Reverse Integer Shouldn’t really be marked as Medium. Just a simple overflow check and done ✅ #LeetCode #CPlusPlus #Coding #100DaysOfCode
Day [63/ 100] of #100daysofcode -> Solved POTD -> Solved 4 LC problems on binary search - 400 (med) - 300 (med) - 10 (hard) -> Solved 3 CF problems (1000, 1200, 1500 rated) repeated same mistake in 1500 rated for test 1🥲 #LeetCode #buildinpublic
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 215 🧩 LeetCode 1578 Minimum Time to Make Rope Colorful ⚙️ Approach: Two-pointer + Greedy 💡 Compared consecutive colors and removed the one with less time to minimize cost #LeetCode #C++ #DSA
Day 6️⃣9️⃣ of #100DaysOfCode 💻 Solved LeetCode 69: Sqrt(x) 🧮 Used binary search to find the integer square root — clean, fast, and efficient ✅ #LeetCode #Coding #ProblemSolving #DSA #100DaysOfCode
Day 7 - Problem no. 2257 Count Unguarded Cells in a Grid, one of the most interesting questions of 2D Grid matrices indeed, as each guard traverses in a different cardinal direction. I really enjoyed and learned something new today. #DailyProblems #LeetCode #DSA
Day 2: #LeetCode daily problem Problem: Here we have to imagin the m*n matrix there are guards and walls we have to return the no. of grid guard could not seen from there grid Approach: create the grid matrix with set default value 0 then guard = 2 and walls = 3 and traverse it
Day 39: Find K Closest Elements 🎯 Approach: Binary Search ⚙️ Find the boundary → Shrink the window → Return the closest ones Efficient and elegant in O(log(n–k)) ⌛ GitHub: l1nq.com/VURah #LeetCode #CPP #BinarySearch #CodingLife #ProblemSolving #Developer
Day 66 of #100DaysOfCode ✅ Solved LeetCode #1710: Maximum Units on a Truck 🚚 Classic greedy — sort by units per box and load smart 💪 Consistency is the real flex ⚡✌️ #LeetCode #DSA #Java #Greedy #CodingJourney
Day 96 🚀 #LeetCode — Minimum Time to Make Rope Colorful 🎨 #100DaysOfCode #LeetCode #CodingChallenge #Day86 #DSA #GreedyAlgorithm #ProblemSolving #CodeNewbie #Programming #TechTwitter
✅Solved 2 LeetCode problems today (Striver's A2Z DSA Course): -> Minimum Time to Make Rope Colorful -> Valid Parentheses Also completed 1 problem on Striver Sheet. #Day73ofCoding #LeetCode #DSA #CodingJourney #TUFWinterArc @takeUforward_ @striver_79
🔥 DSA Daily: Day 46 ✅ Problem: Pathsum3, Binary tree paths ✅ Platform: leetcode ✅ Pattern: DFS ✅ Difficulty: easy-medium #100DaysOfCode #DSA #Leetcode #buildinpublic
🟩 LeetCode Daily: ✅ 🔥 Streak: 169 Days and climbing! ⏱ Runtime: 10ms beating 32.90% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #DSA
🟩 LeetCode Daily: ✅ 🔥 Streak: 168 Days and climbing! ⏱ Runtime: 20ms beating 83.94% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #DSA
Day 107 ⚡ — Spiral Matrix II 🌀 Numbers go round and round… till they find their perfect place 😄 Matrix + Logic = Spiral Magic ✨ #100DaysOfCode #LeetCode
🟩 LeetCode Daily: ✅ 🔥 Streak: 167 Days and climbing! ⏱ Runtime: 21ms beating 47.02% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #DSA
🚀 Day 88 of #100DaysOfDSA Solved LC 2220 – Minimum Bit Flips to Convert Number ⚡ Used XOR + Brian Kernighan’s Algorithm to count different bits. ⏱️ O(K) | 💾 O(1) #100DaysOfDSA #LeetCode #BitManipulation #DSA #StriverSheet
Day 7️⃣0️⃣ of #100DaysOfCode 💻 Solved LeetCode 70: Climbing Stairs 🧗♂️ A Fibonacci-style DP problem — simple logic, but always satisfying to implement ✅ #LeetCode #Coding #ProblemSolving #DSA #100DaysOfCode
4th day of learning DSA. Solved Move Zeroes on LeetCode Used the two-pointer technique move all 0s to the end in-place. Time Complexity: O(n) time Space Complexity: O(1) space One more step toward cleaner, faster code 💪 #LeetCode #JavaScript #100DaysOfCode #dsa
🚀 Day 215 🧩 LeetCode 1578 Minimum Time to Make Rope Colorful ⚙️ Approach: Two-pointer + Greedy 💡 Compared consecutive colors and removed the one with less time to minimize cost #LeetCode #C++ #DSA
📘 Concepts reinforced: 🔹Slow & fast pointer technique 🔹Linked list recursion 🔹Divide & conquer pattern 🔹Merging two sorted lists These patterns keep showing up again and again in interviews 👀 #CodingJourney #LearnDSA #LeetCode
Day 23 of 100 days challenge Solved 2 LL medium problem on leetcode #LeetCode #Coding #Tech #100daysofcode #100dayschallenge
✅Solved 2 LeetCode problems today (Striver's A2Z DSA Course): -> Minimum Time to Make Rope Colorful -> Valid Parentheses Also completed 1 problem on Striver Sheet. #Day73ofCoding #LeetCode #DSA #CodingJourney #TUFWinterArc @takeUforward_ @striver_79
Day 96 🚀 #LeetCode — Minimum Time to Make Rope Colorful 🎨 #100DaysOfCode #LeetCode #CodingChallenge #Day86 #DSA #GreedyAlgorithm #ProblemSolving #CodeNewbie #Programming #TechTwitter
I’m already fighting for my life trying to solve the question, and LeetCode hits me with “non-decreasing order.” Like bro… just say ascending 😭💀 #LeetCode
Day 66 of #100DaysOfCode ✅ Solved LeetCode #1710: Maximum Units on a Truck 🚚 Classic greedy — sort by units per box and load smart 💪 Consistency is the real flex ⚡✌️ #LeetCode #DSA #Java #Greedy #CodingJourney
💻 Day 74 of #LeetCode Daily Challenge! Solved #POTD 1578 “Minimum Time to Make Rope Colorful” 🎨 Used a greedy approach — keeping the max removal time for consecutive colors 💡 ⏱️ Time: O(n) 📦 Space: O(1) Staying consistent, one problem at a time 🔥 #100DaysOfCode #CPP #DSA
Wrapped up today’s #LeetCode POTD 💻 1578. Minimum Time to Make Rope Colorful Greedy & string-based — clean logic and great for sharpening optimization skills! #LeetCode #Coding #ProblemSolving #DevCommunity
Just crossed 400 @LeetCode problems solved 💪 154 Easy | 209 Medium | 37 Hard Progress feels slow day-to-day, but looking back — it’s a journey worth every bug 🧠 special thanks to @striver_79 and @takeUforward_ #LeetCode #100DaysOfCode #Coding #SoftwareEngineer
Day 79 of #100daysOfCode Solved LeetCode #7 – Reverse Integer Shouldn’t really be marked as Medium. Just a simple overflow check and done ✅ #LeetCode #CPlusPlus #Coding #100DaysOfCode
Day 29: Rotate. Adapt. Repeat. 🔁 Two-pointer? Modulo math? Tried them all ended with a clean rotation logic. Every iteration improves both code and mindset. 🔄 #LeetCode #CPP #CodingJourney #Developer #KeepBuildin
🟩 LeetCode Daily: ✅ 🔥 Streak: 167 Days and climbing! ⏱ Runtime: 21ms beating 47.02% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #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
🟩 LeetCode Daily: ✅ 🔥 Streak: 168 Days and climbing! ⏱ Runtime: 20ms beating 83.94% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #DSA
Day [63/ 100] of #100daysofcode -> Solved POTD -> Solved 4 LC problems on binary search - 400 (med) - 300 (med) - 10 (hard) -> Solved 3 CF problems (1000, 1200, 1500 rated) repeated same mistake in 1500 rated for test 1🥲 #LeetCode #buildinpublic
🟩 LeetCode Daily: ✅ 🔥 Streak: 169 Days and climbing! ⏱ Runtime: 10ms beating 32.90% 💡 Problem-solving mode: Activated Consistency is the real OP skill in DSA — badge or not, the grind continues! Let’s keep that streak alive. 💻✨ #LeetCode #100DaysOfCode #DSA
✅Solved 2 LeetCode problems today (Striver's A2Z DSA Course): -> Minimum Time to Make Rope Colorful -> Valid Parentheses Also completed 1 problem on Striver Sheet. #Day73ofCoding #LeetCode #DSA #CodingJourney #TUFWinterArc @takeUforward_ @striver_79
🚀 Day 215 🧩 LeetCode 1578 Minimum Time to Make Rope Colorful ⚙️ Approach: Two-pointer + Greedy 💡 Compared consecutive colors and removed the one with less time to minimize cost #LeetCode #C++ #DSA
Day 7 - Problem no. 2257 Count Unguarded Cells in a Grid, one of the most interesting questions of 2D Grid matrices indeed, as each guard traverses in a different cardinal direction. I really enjoyed and learned something new today. #DailyProblems #LeetCode #DSA
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 66 of #100DaysOfCode ✅ Solved LeetCode #1710: Maximum Units on a Truck 🚚 Classic greedy — sort by units per box and load smart 💪 Consistency is the real flex ⚡✌️ #LeetCode #DSA #Java #Greedy #CodingJourney
Day 6️⃣9️⃣ of #100DaysOfCode 💻 Solved LeetCode 69: Sqrt(x) 🧮 Used binary search to find the integer square root — clean, fast, and efficient ✅ #LeetCode #Coding #ProblemSolving #DSA #100DaysOfCode
Day 73 of 100 Days of Code: LeetCode: Valid Palindrome #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily
Day 2: #LeetCode daily problem Problem: Here we have to imagin the m*n matrix there are guards and walls we have to return the no. of grid guard could not seen from there grid Approach: create the grid matrix with set default value 0 then guard = 2 and walls = 3 and traverse it
Something went wrong.
Something went wrong.
United States Trends
- 1. Howie 5,929 posts
- 2. Phillips 491K posts
- 3. Good Monday 43.7K posts
- 4. #MondayMotivation 32.2K posts
- 5. $IREN 14.2K posts
- 6. Victory Monday 1,823 posts
- 7. Kimberly-Clark 1,263 posts
- 8. #MondayVibes 2,557 posts
- 9. 60 Minutes 104K posts
- 10. #Talus_Labs N/A
- 11. Winthrop N/A
- 12. $QURE 3,798 posts
- 13. Kenvue 4,112 posts
- 14. Jets 3rd N/A
- 15. Maddie Kowalski N/A
- 16. #MondayMood 1,309 posts
- 17. Spinoza 1,680 posts
- 18. $CIFR 6,941 posts
- 19. $MSFT 17.5K posts
- 20. #RomanEmpireByBangChan 24.2K posts