#leetcode wyniki wyszukiwania
๐ LeetCode Daily Challenge: October 14 ๐ 3349. Adjacent Increasing Subarrays Detection I 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 23 of #100DaysOfCode Completed todayโs LeetCode problem โ making it 106 consecutive days of daily problem-solving! #LeetCode #CodingJourney #Zigbee #100DaysOfCodeChallenge


Day 26 of LeetCode 75 Problem: 1372. Longest ZigZag Path in a Binary Tree Approach: Used recursion with parameters tracking direction (left/right), path length, and maximum result. Time:O(n) Space:O(h),where h is tree height. #LeetCode #75DaysChallenge #Day26 #DSA #BinaryTree


DAY 82 โ Solved Zigzag Conversion in C++ ๐ฏ 1157/1157 test cases passed โฑ Runtime: 0ms (beats 100%!) ๐พ Memory: 14.04MB (beats 52.98%) Feeling like a coding ninja today! โก๐จโ๐ป #LeetCode #100DaysOfCode #CPP #CodingWin #Algorithm

#DAY_86 Day 86/90 โ Done one question today - Rotate List. #LeetCode #BuildInPublic #DevJourney #90DaysOfCode

Do you guys make notes while watching tutorial?? Btw... try to guess what I'm learning!! #DSA #CodingJourney #LeetCode

Day 24 of #100DaysOfCode ๐ฅ Solved 2 LeetCode problems today: 1.Rotate Image 2. Spiral Matrix Took me almost 3.5 hours to figure out the pattern and brute force both, but thatโs how growth feels โ slow, frustrating, yet powerful #LeetCode #DSA #CodingJourney



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

Totally unexpected but super special! Got my LeetCode 100 Days Badge 2025 while solving a problem today ๐ Canโt describe the happiness โ small wins, big motivation ๐ช #100DaysOfCode #LeetCode #CodingJourney #DevLife #Consistency

Day 55 of #100DaysOfCode Solved 2 classics today: 1: Intersection of Two Linked Lists 2: Container With Most Water Consistency > Motivation. One step at a time. #DSA #LeetCode #ProblemSolving #CodingJourney

Solving LeetCode isnโt about speed โ itโs about patterns. Master the thought process, not the syntax. Focus on: Arrays + Two Pointers Sliding Window Trees Graph Traversals Once you see the pattern โ problems start repeating ๐ #LeetCode #DSA #kunika

Day [48/ 100] of #100DaysOfCode DSA: - Solved POTD - Solved 2 string problems - Graph traversal DEV: - Continued backend - How to connect node js with mongoDB - MongoDB Vs SQL - Progress in my ongoing project (backend) #LeetCode #buildinginpublic #dsa #JavaScript
![SwaDotDev's tweet image. Day [48/ 100] of #100DaysOfCode
DSA:
- Solved POTD
- Solved 2 string problems
- Graph traversal
DEV:
- Continued backend
- How to connect node js with mongoDB
- MongoDB Vs SQL
- Progress in my ongoing project (backend)
#LeetCode #buildinginpublic #dsa #JavaScript](https://pbs.twimg.com/media/G3PICG6XIAAm8FB.jpg)
![SwaDotDev's tweet image. Day [48/ 100] of #100DaysOfCode
DSA:
- Solved POTD
- Solved 2 string problems
- Graph traversal
DEV:
- Continued backend
- How to connect node js with mongoDB
- MongoDB Vs SQL
- Progress in my ongoing project (backend)
#LeetCode #buildinginpublic #dsa #JavaScript](https://pbs.twimg.com/media/G3PIF6jWMAAeFtS.jpg)
Day 42&43/100 of Consistency ๐ฅ #LeetCode #POTD streak goes on! 100-day challenge looking more real every day ๐ท ๐

๐ Day 64 of #100DaysOfCode Solved LeetCode 55 โ Jump Game using a greedy approach. Step by step, learning how to optimize logic and think efficiently ๐ช #LeetCode #Python #ProblemSolving #MERNDeveloper #CodingJourney

โ Day 194: LeetCode Grind ๐งฉ 714. Best Time to Buy and Sell Stock with Transaction Fee ๐น Approach: Dynamic Programming (Tabulation) โก Used buy/sell states to decide transactions efficiently ๐ฅ Goal: Maximize profit considering transaction fee #100DaysOfCode #LeetCode

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


๐ย Day 447 of Codeย ๐ Solved : โ ย 3349. Adjacent Increasing Subarrays Detection I #Day447 #LeetCode #DSA #ProblemSolving #Arrays #Algorithm #CodingJourney #100DaysOfCode


Continuing the #StriversSheet and solving #LeetCode problems Got the Answer quickly in under 3 mins maybe. Used 2 pointer method


Every problem solved is one step closer to growth and mastery! #StriversSheet #LeetCode Solved the Palindrome. Pretty Basic Solution learned in clg


Starting the #StriversSheet today and grinding #LeetCode! Time to level up my DSA skills ๐ช๐ป Let the grind begin ๐


๐ป #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 14 #75DaysDSAChallenge ๐๏ธ๐ทSummited LeetCode 162: Find Peak Element (Binary search: chase the climb, snag the peak) 0 ms | Beats 100% โ from slope guess to summit spot-on ๐ท#DSA #LeetCode #CodingChallenge #ProblemSolving #CONNECT

Day 14 #75DaysDSAChallenge ๐๏ธโก Summited LeetCode 162: Find Peak Element (Binary search: chase the climb, snag the peak) 0 ms | Beats 100% โ from slope guess to summit spot-on ๐ Peak fails: The steepest you've skied? #DSA #LeetCode #CodingChallenge #ProblemSolving #connect
#Day98 of grinding until I land a job! ๐ - Solved these questions today: > Search in a Binary Search Tree > Minimum element in BST > Ceil from BST > Floor in BST #DSA #LeetCode #100DaysOfCode #striversheet




Day 60โ Solved: - #LeetCode daily: Adjacent increasing Subarrays Detection 1 - 1008: Construct BST from Preorder - 173: BST Iterator - 653: Two Sum 4th Brick by brick ๐งฑ #DSA #100DaysOfCode

Not a streak, but steady and consistent effort throughout the year ๐ช Each problem added a new learning โ from tricky DP and graphs to simple yet elegant logic-based ones. Small steps, consistent progress ๐ฅ Hereโs to solving many more! ๐ปโจ #LeetCode #Milestone #CodingJourney

DAY 83 ๐ LeetCode Win! โ Solved Divide Two Integers in C++ ๐ก No *, /, or % โ just pure bit shifts & subtraction! ๐ง Mastered efficient division logic + edge case handling โก Precision, speed, and logic all in sync! #LeetCode #100DaysOfCode #CPP #Coding #BitManipulation

Operation 16: Focus Mode โก Day 1 of Week 16 ๐ Today's Progress โ โข Solved LeetCode #3349 ๐งฉ โข Studied Cloud Computing โ๏ธ โข Studied Cryptography & Network #CodingJourney #CodeWithShakish #LeetCode #Cryptography #CloudComputing

Day 56 of DSA ๐ โ Solved 3Sum problem today! Brushed up on sorting + two-pointer technique โ still one of the most satisfying patterns to use ๐ #100DaysOfCode #DSA #LeetCode #TwoPointers #CodingJourney #ProblemSolving

๐ LeetCode Daily: Adjacent Increasing Subarrays Sliding window finds two consecutive strictly increasing subarrays. Check both segments per position. โก O(nรk) window validation ๐ฏ Two k-length segments required ๐ก Sliding window pattern #LeetCode #CPlusPlus #SlidingWindow

Productive coding day! Solved todayโs LeetCode POTD ๐ป and tackled two Codeforces problems ๐ฅ Feeling good! #100DaysOfCode #LeetCode #Codeforces #CodingLife
Day 23 of #100DaysOfCode Completed todayโs LeetCode problem โ making it 106 consecutive days of daily problem-solving! #LeetCode #CodingJourney #Zigbee #100DaysOfCodeChallenge


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


๐ LeetCode Daily Challenge: October 14 ๐ 3349. Adjacent Increasing Subarrays Detection I 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 82 โ Solved Zigzag Conversion in C++ ๐ฏ 1157/1157 test cases passed โฑ Runtime: 0ms (beats 100%!) ๐พ Memory: 14.04MB (beats 52.98%) Feeling like a coding ninja today! โก๐จโ๐ป #LeetCode #100DaysOfCode #CPP #CodingWin #Algorithm

Day 85 โก Taught my code to play Sudoku like a genius ๐ค One cell at a time, backtracking to perfection โ #100DaysOfCode #LeetCode

Day 26 of LeetCode 75 Problem: 1372. Longest ZigZag Path in a Binary Tree Approach: Used recursion with parameters tracking direction (left/right), path length, and maximum result. Time:O(n) Space:O(h),where h is tree height. #LeetCode #75DaysChallenge #Day26 #DSA #BinaryTree


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 24 of #100DaysOfCode ๐ฅ Solved 2 LeetCode problems today: 1.Rotate Image 2. Spiral Matrix Took me almost 3.5 hours to figure out the pattern and brute force both, but thatโs how growth feels โ slow, frustrating, yet powerful #LeetCode #DSA #CodingJourney



โ Day-7 of my #LeetCodeEveryday challenge #letsconnect College chaos + coding grind = survival mode ๐ทDay 7 done โ easy problem today, but progress is progress, Thinking of uploading a short video to share about my daily DSA questions like appraoch and all. #LeetCode #KeepGoing


Just unlocked the 100 Days Badge on @LeetCode ! ๐ป Honestly didnโt expect this today it popped up out of nowhere and made my evening ๐ 100+ days of showing up, solving, failing, learning, and getting better at problem-solving ๐ฅ #LeetCode #100DaysChallenge #DSA #LearnInPublic

๐ฏ Proud to share that Iโve earned the 50 Days Leetcode Badge 2025. Staying consistent with daily problem solving has helped me improve my logic and confidence. Excited to continue this journey and aim for the 100 Days Badge next๐ #LeetCode #DSA #100DaysOfCode #buildinpublic

#DAY_86 Day 86/90 โ Done one question today - Rotate List. #LeetCode #BuildInPublic #DevJourney #90DaysOfCode

Day 56 of DSA ๐ โ Solved 3Sum problem today! Brushed up on sorting + two-pointer technique โ still one of the most satisfying patterns to use ๐ #100DaysOfCode #DSA #LeetCode #TwoPointers #CodingJourney #ProblemSolving

๐ Day 60/101 LeetCode #2273 Find Resultant Array After Removing Anagrams โ ๐น Traverse words & remove consecutive anagrams. ๐น Check using frequency count or sorting. โ Time: O(n * m) โ Space: O(n) #LeetCode #DSA #CPlusPlus #100DaysOfCode #CodingJourney



โ Day 194: LeetCode Grind ๐งฉ 714. Best Time to Buy and Sell Stock with Transaction Fee ๐น Approach: Dynamic Programming (Tabulation) โก Used buy/sell states to decide transactions efficiently ๐ฅ Goal: Maximize profit considering transaction fee #100DaysOfCode #LeetCode

๐ Day 46 of #100DaysOfCode Solved LeetCode 61 โ Rotate List ๐ Learned to handle linked list rotations efficiently using pointer manipulation & k % n. Runtime: 0ms โก๏ธ #LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

Something went wrong.
Something went wrong.
United States Trends
- 1. DโAngelo 220K posts
- 2. DโAngelo 220K posts
- 3. Brown Sugar 17.6K posts
- 4. Black Messiah 8,465 posts
- 5. Voodoo 17.3K posts
- 6. #PortfolioDay 11.4K posts
- 7. Young Republicans 6,205 posts
- 8. How Does It Feel 7,726 posts
- 9. Pentagon 102K posts
- 10. Powell 39.5K posts
- 11. Happy Birthday Charlie 128K posts
- 12. Osimhen 145K posts
- 13. VPNs 1,150 posts
- 14. CJGJ N/A
- 15. World Cup 280K posts
- 16. #BornOfStarlightHeeseung 84.1K posts
- 17. Alex Jones 29.5K posts
- 18. Totodile 2,591 posts
- 19. Neo-Soul 20.6K posts
- 20. Baldwin 17.8K posts