#leetcode resultados da pesquisa
I learned Merge Sort and solved following problems 1.Merge sorted array. 2.find the kth smallest element using merge sort. 3.sort the array using merge sort. Thanks to @kunalstwt and @WeMakeDevs #DSAwithKunal #recursion #LeetCode #problemsolving #datastructures



Began my LeetCode journey this October and honestly, some problems solve themselves faster than expected! Wrapped this one up in just 50 seconds ✅ Not all questions are this straightforward but when they click instantly it feels great. #LeetCode #Java

Day 20 — Reverse String 🔁 Two pointers, one elegant swap ✨ Simple logic, satisfying result 😌 Sometimes all you need… is a little reverse in life too 😅 #LeetCode #CPP #CodingLife #Developer

🚀 LeetCode Daily Challenge: October 15 🚀 3350. Adjacent Increasing Subarrays Detection II Track possible subarray sizes: current subarray size split into two halves, or smaller of previous subarray and current subarray. #LeetCode #DSA #Coding #ProblemSolving #LearnInPublic


#DAY_87 Day 87/90 ✅Done two questions of Binary Search Trees. (i) getMinimumDifference (ii) increasingBST #LeetCode #BuildInPublic #DevJourney #90DaysOfCode


🔥 100 days of consistency. 💻 100+ days solving problems on #LeetCode. 🚀 Growth feels slow — until you look back. The #100DaysOfCode badge isn’t just a milestone, it’s proof that discipline beats motivation. 💪 #Coding #Tech #Developer #ProblemSolving #LeetCodeJourney

DSA grind 14-10-2025 -> Solved POTD -> Solved 2 string problems - 43 (medium) - string rotations (gfg) -> Revised Graph traversals Today's DSA grind wasn't much productive, was feeling low :( Will continue the grind for Dev part. #leetcode #dsa #100daysofcode


Day 27 of #LeetCode75 Problem: 872. Leaf-Similar Trees Approach: Use DFS to store all leaf values of each tree. Compare both vectors at the end. Time:O(n) Space:O(n) #LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding


Just crushed 1 LeetCode + 1 GFG problem today, all thanks to Rohit Negi bhaiya's killer explanations! Rohit Negi bhaiya, you're the DSA GOD 🙌 Keep slaying those algorithms! #DSA #LeetCode #GFG #CodingJourney #CoderArmy #Consistency



Signing off Day 5 of #100DaysOfCode Solved only Leetcode POTD : - -> 3349. Adjacent Increasing Subarrays Detection I Missed my daily streak to solve minimum 2 problems a daily due to busy on college assignments. Almost 1 month pending assignments :) #LeetCode #DSA

DSA grind 15-10-2025 -> Solved POTD -> Solved 2 string problems - 131 (backtracking, medium) - 30 (sliding window, hard) -> Solved 1 graph problem - 547 (medium) -> Solved few DFS problems #LeetCode #dsa #100daysofcode


💻 #Day6 of my DSA grind Problem: Valid Triangle Number Approach: Sort + Two Pointer 🧠 Logic: For every largest side c, Move two pointers to find (a,b) such that a + b > c Add (j - i) when valid ✅ ⏱️O(n²) | 💪 Optimized from brute force O(n³) #DSA #LeetCode #100DaysOfCode #CPP

🚀 Day 68 of #100DaysOfDSA Solved LC 328 – Odd Even Linked List 🔄 Used In-Place Two-Pointer Manipulation to reorder nodes based on their positions. ⚙️ Time: O(L) | Space: O(1) #100DaysOfDSA #LeetCode #DSA #StriverSheet

Day 23 : Merge Strings Alternately Approach: Two pointers → alternate pick → append → done ⚙️ Some problems aren’t tough, just need a clear flow 😌 #LeetCode #CPP #Developer #DevJourney

📌 Day 26 Progress 📚 Stack Questions — LC #155, #907, #2104, #224, #1047, #1019, #32 💻 GFG: The Celebrity Problem, Count the Reversals 📘 POTD #3349 ✅ 🧠 Studied basics of OS 🎯 Step-1, Lec-2 of #TUFWinterArc done! ✅ @takeUforward_ #100DaysOfCode #LeetCode #DSA #Coding

🔍 "Adjacent Increasing Subarrays Detection II" finds the longest split of increasing subarrays. It uses two pointers to track subarray lengths, updating max based on comparisons, with O(n) time and O(1) space — efficient and straightfo #LeetCode #100DaysOfCode

#Day11 — Lower Bound & Upper Bound Concept: Lower Bound: First index where element ≥ target Upper Bound: First index where element > target Approach: Binary search. TC: O(log n) SC: O(1) #BinarySearch #LeetCode #DSA #100DaysOfCode #learninpublic #TUFWinterArc @takeUforward_


The real win isn’t getting AC ✅ It’s when you can explain your code calmly to another human. That’s what LeetCopilot trains you for — one hint at a time. 🧠 #LeetCode #CodingInterview #buildinpublic #AItools #100DaysOfCode #DSA
DSA grind 15-10-2025 -> Solved POTD -> Solved 2 string problems - 131 (backtracking, medium) - 30 (sliding window, hard) -> Solved 1 graph problem - 547 (medium) -> Solved few DFS problems #LeetCode #dsa #100daysofcode


That’s today’s @LeetCode POTD 3350 — Adjacent Increasing Subarrays II Key takeaway → Track streaks from both ends, then find harmony in between. #LeetCode #100DaysOfCode #LearningInPublic #DSA
#Day87 of #LearningInPublic Today’s @LeetCode POTD is 3350: Adjacent Increasing Subarrays Detection II 💫 We’re hunting for the largest k where two back-to-back subarrays of length k are strictly increasing! Sounds tricky? Let’s make it simple #LeetCode #DSA #100DaysOfCode




🌟Day 287 👨💻. Solve @geeksforgeeks || @LeetCode POTD Cpp⚡ Question LC. Adjacent Increasing Subarrays Detection II Medium ✅. Question GFG. K-th Smallest in BST Medium ✅. #geeksforgeeks #leetcode #DSA #POTD @LeetCode @geeksforgeeks #CPP25 #CodingChallenge




Day 95 of DSA LeetCode #POTD . ✅3350. Adjacent Increasing Subarrays Detection II #LearnInPublic #LeetCode #ProblemSolving #DSA

🚀 Day 19 – Solved Single Element in Sorted Array 🔍 Learned how pairing logic & binary search together make it super efficient! 💡 #DSA #CodingJourney #Leetcode #50DaysDSAChallenge


🚀 LeetCode Update 401 problems solved Global Rank: 2,53,906 Grinding through contests, debugging edge cases, and chasing that clean AC. Next goal: 500 #100DaysOfCode #LeetCode #DevJourney

I learned Merge Sort and solved following problems 1.Merge sorted array. 2.find the kth smallest element using merge sort. 3.sort the array using merge sort. Thanks to @kunalstwt and @WeMakeDevs #DSAwithKunal #recursion #LeetCode #problemsolving #datastructures



day 22, more Greedy problems, my last one on the topic today. studied AWS, polished an old project #100DaysOfCode #DSA #LeetCode


🚀 Day 68 of #100DaysOfDSA Solved LC 328 – Odd Even Linked List 🔄 Used In-Place Two-Pointer Manipulation to reorder nodes based on their positions. ⚙️ Time: O(L) | Space: O(1) #100DaysOfDSA #LeetCode #DSA #StriverSheet

#DAY_87 Day 87/90 ✅Done two questions of Binary Search Trees. (i) getMinimumDifference (ii) increasingBST #LeetCode #BuildInPublic #DevJourney #90DaysOfCode


🔥 100 days of consistency. 💻 100+ days solving problems on #LeetCode. 🚀 Growth feels slow — until you look back. The #100DaysOfCode badge isn’t just a milestone, it’s proof that discipline beats motivation. 💪 #Coding #Tech #Developer #ProblemSolving #LeetCodeJourney

Began my LeetCode journey this October and honestly, some problems solve themselves faster than expected! Wrapped this one up in just 50 seconds ✅ Not all questions are this straightforward but when they click instantly it feels great. #LeetCode #Java

📌 Day 26 Progress 📚 Stack Questions — LC #155, #907, #2104, #224, #1047, #1019, #32 💻 GFG: The Celebrity Problem, Count the Reversals 📘 POTD #3349 ✅ 🧠 Studied basics of OS 🎯 Step-1, Lec-2 of #TUFWinterArc done! ✅ @takeUforward_ #100DaysOfCode #LeetCode #DSA #Coding

DSA grind 15-10-2025 -> Solved POTD -> Solved 2 string problems - 131 (backtracking, medium) - 30 (sliding window, hard) -> Solved 1 graph problem - 547 (medium) -> Solved few DFS problems #LeetCode #dsa #100daysofcode


Day 23 of #100daysofcode Hello everyone! 👉Today I solved #LeetCode Daily question. #zigbee #100DaysOfCode


Day 73 of #100DaysOfCode 🎯 Solved "108. Convert Sorted Array to Binary Search Tree"(Easy) ✅ Time complexity is O(n). #LeetCode #DSA #Java #CodingJourney #LearnInPublic

Halfway through the journey! 🚀 Solved LeetCode 50: Pow(x, n) — learned fast exponentiation & recursion tricks ⚡ Feeling proud and ready for the next 50 days of grind 💪 #LeetCode #Coding #ProblemSolving


Signing off Day 5 of #100DaysOfCode Solved only Leetcode POTD : - -> 3349. Adjacent Increasing Subarrays Detection I Missed my daily streak to solve minimum 2 problems a daily due to busy on college assignments. Almost 1 month pending assignments :) #LeetCode #DSA

Day 23 of #100DaysOfCode Completed today’s LeetCode problem — making it 106 consecutive days of daily problem-solving! #LeetCode #CodingJourney #Zigbee #100DaysOfCodeChallenge


🔍 "Adjacent Increasing Subarrays Detection II" finds the longest split of increasing subarrays. It uses two pointers to track subarray lengths, updating max based on comparisons, with O(n) time and O(1) space — efficient and straightfo #LeetCode #100DaysOfCode

Something went wrong.
Something went wrong.
United States Trends
- 1. #LoveYourW2025 87K posts
- 2. Good Wednesday 19.8K posts
- 3. #Worlds2025 54.9K posts
- 4. #LeeKnowXGucci 5,049 posts
- 5. Raila 208K posts
- 6. #wednesdaymotivation 4,608 posts
- 7. And the Word 77.2K posts
- 8. LEE KNOW FOR HARPERS BAZAAR 4,384 posts
- 9. Hump Day 7,086 posts
- 10. #Wordle1579 N/A
- 11. Young Republicans 86.4K posts
- 12. Baba 123K posts
- 13. Tami 5,002 posts
- 14. Yamamoto 51.2K posts
- 15. Lucia 61K posts
- 16. Vishnu 9,256 posts
- 17. halsey 10K posts
- 18. George Floyd 36.7K posts
- 19. Politico 328K posts
- 20. Burl Ives 1,804 posts