#leetcode 搜尋結果
Day 88 ⚡ Back to combining numbers — but this time, no repeats allowed! 🚫🔢 Handled duplicates like a pro and found all unique ways to hit the target 🎯 #100DaysOfCode #LeetCode


175 problems ✅ 100 days 🏆 47-day streak 🔥 I started with one rule — show up every single day. If you’re learning DSA, remember: → Pick one language → Learn the basics → Stay consistent Consistency > Intensity. Keep grinding 👨💻 #LeetCode #DevLife #Consistency

#DAY_89 Day 89/90 ✅Done two questions today. (i) Intersection of Two Arrays (ii) Intersection of Two Arrays II #LeetCode #BuildInPublic #DevJourney #90DaysOfCode


👨🏻💻Day 81/100 ~💻Dot env files on back-end ~💻Find the number that appears odd number of times #100DaysOfCode #DSA #leetcode #webdev


📌 Day 27 Progress 📚 Queue topic studied — implementations for Circular, Circular+Deque & Deque 🔄 💻 Stack Questions — LC #901, #1003, #394, #85, #739, #71 🧠 🧩 POTD — LC #3350 ✅ 🎯 Step-1, Lec-3 of #TUFWinterArc done! ✅ @takeUforward_ #100DaysOfCode #LeetCode #DSA #Coding

💻 #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

11/150 NeetCode 🚀 Solved Container With Most Water Problem. Used the two-pointer technique expanding inward from both ends to find the max area efficiently. 📊 Time: O(n) 📦 Space: O(1) #NeetCode150 #LeetCode #100DaysOfCode


10/150 🚀 Solved Two Sum II (Input already Sorted). I utilized includes and indexOf, patched for duplicates. 📊 Time: O(n²) 📦 Space: O(1) It works ✅ but I know the sorted array begs for a cleaner two-pointer O(n) approach. Next step 👀. #NeetCode150 #LeetCode #100DaysOfCode


🇮🇳🔹 LeetCode Daily Challenge 🧩 Problem: Adjacent Increasing Subarrays Detection II 📘 LC 3350 💡 Two-Phase Increasing Subarray ⚡ 🔥 Day 674 Streak ❤️Like |🔍 Follow @Kartscode #LeetCode #Java #DSA #DailyChallenge #TechStudent #CodingJourney #BuildInPublic #DSAWithJava

Day 66 &67 of my #100DaysOfCode challenge!🚀 ✅Problem no. --> 3350 , 2273 #LeetCode #DSA ✅Infix to postfix and postfix to infix Conversions with stack #buildinpublic #developing #learningtoearning #CONNECT


#Day10 of #100DaysOfCode 🚀 Even during mid-sem exams, managed to stay consistent and solve 2 questions today 💪 1️⃣ Missing and Repeating No 2️⃣ Merge Intervals Hectic days, but small progress every day counts! ⚡ #LeetCode #Striver #DSA #CodingJourney #TUFWinterArc @striver_79


👉Day 13 of my #DSA Journey in C++ with @rohit_negi9 Bhaiya ! Focused on problem-solving through #LeetCode Solved: 🔹 Add Digits 🔹 Leap Year 🔹 Reverse Integer 🔹 Overflow Debug + Fix 🔹 Power of 2 🔹 Sqrt(X) 🔹 Palindrome Check Each problem = better logic 💪 #100DaysOfCode…




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

Caught solving LeetCode 662 in class 🥲 Because trees won’t traverse themselves 🌲💪 #coding #LeetCode #100DaysOfCode

Day 45/100 of Consistency 🔥 Swam through “ Adjacent Increasing Subarrays Detection II"📷 #LeetCode #POTD streak goes on! 100-day challenge looking more real every day 📷 🏁

Day 26 | Solved today’s problem on binary search + subarray analysis — it really tested how carefully you handle sequence logic and edge cases.Took some dry runs to spot why the counter reset was misbehaving — but finally nailed it! #100DaysOfCode #LeetCode #Java #CodingStreak

#LeetCode Question of the Day — 3350 Adjacent Increasing Subarrays Detection II Given an array, find the max length k where two adjacent subarrays of length k are both strictly increasing #LeetCode #Java #CodingJourney

Day4 of #TUFWinterArc Find Minimum in Rotated Sorted Array Binary search logic: If nums[mid] > nums[right] → min lies right Else → min lies left (including mid) TC: O(log n) SC: O(1) #LeetCode #CodingChallenge #Learinpublic #100DaysOfCode #TUFWinterArc @takeUforward_
![Kritikaj041's tweet image. Day4 of #TUFWinterArc
Find Minimum in Rotated Sorted Array
Binary search logic:
If nums[mid] > nums[right] → min lies right
Else → min lies left (including mid)
TC: O(log n)
SC: O(1)
#LeetCode #CodingChallenge #Learinpublic #100DaysOfCode #TUFWinterArc
@takeUforward_](https://pbs.twimg.com/media/G3TlkUDXoAANJ3U.jpg)
![Kritikaj041's tweet image. Day4 of #TUFWinterArc
Find Minimum in Rotated Sorted Array
Binary search logic:
If nums[mid] > nums[right] → min lies right
Else → min lies left (including mid)
TC: O(log n)
SC: O(1)
#LeetCode #CodingChallenge #Learinpublic #100DaysOfCode #TUFWinterArc
@takeUforward_](https://pbs.twimg.com/media/G3TlgXxXkAEc2C3.jpg)

🚀 Just crushed LeetCode 42 (Trapping Rain Water) using the two-pointer approach in C++! 💻 Big thanks to CoderArmy and the GOAT Rohit Negi bhaiya for the awesome DSA lessons on YouTube! 🙌 #LeetCode #DSA #CodingJourney #CoderArmy #Consistency #Homework

How to find all pairs that sum up to k — in O(n)? That’s the trick behind LeetCode 1679 – Max Number of K-Sum Pairs (C++) 💥 Clean Hash Map logic explained step-by-step. #LeetCode #CPlusPlus #DSA #Algorithms #CodingInterview #HashMap 🎥 Watch here → youtu.be/9wSSfQlZDjw
youtube.com
YouTube
Max Number of K-Sum Pairs | LeetCode 1679 in C++ (Hash Map)
DSA grind 16-10-2025 -> Solved POTD -> Solved 4 Graph problems - 733 (ez) - 200 (med, both with dfs, bfs) - 2 dfs problems (GFG, ez, med) #LeetCode #100daysofcode #dsa

Coin Change: leetcode.com/problems/coin-… My Solution: Time Complexity: O(N * M) Space Complexity: O(N) #LeetCode #DP #DSA #CPP #Programming #CodingChallenge #Question #ProblemSolving #Solution

🧩 Day 80 of my #100DaysOfLeetCode Challenge! #LeetCode #100DaysOfCode #Day80 #DSA #CodingJourney #ProblemSolving #CodeNewbie #SoftwareEngineer #DevelopersJourney #Cplusplus #LearningInPublic #TechCommunity

🔥 200 Days of Code. 200 Days of Growth. 💪 Proud to earn the LeetCode 200 Days Badge 2025! 🏆 Every single day of problem-solving has sharpened my logic, patience, and consistency. #LeetCode #CodingJourney #100DaysOfCode #KeepGrinding #DSA #ConsistencyWins

🚀 Just hit 400+ LeetCode problems solved! 💻 Let’s connect & grow together → leetcode.com/1234Sanuragsin… 🧠 #LeetCode #DSA #Coding #100DaysOfCode #ProblemSolving #CodeNewbie #TechCommunity #Programmer #CodingJourney #SoftwareEngineer #LearnToCode #CodeWithMe #Developers

Day 26 of Hustle 🔥 1.Solved 4 DSA problems on LeetCode today 2. Explored how the Spring Boot architecture actually works — from Controller → Service → Repository flow! Feeling the progress 💪 #100DaysOfCode #SpringBoot #LeetCode #CodeNewbie

Today's #Leetcode #POTD Struggled a lot with edge cases on this one, but after some calm thinking, I finally cracked it. And I did other small solution too, But uploading this one because it is what I did first time. Looking forward to tackling more such problems! 🚀…

Day 96 of DSA LeetCode #POTD . ✅2598. Smallest Missing Non-negative Integer After Operations #LearnInPublic #LeetCode #ProblemSolving #DSA

💻 Just finished learning Strings in Java and kicked off my DSA string journey! Solved my first LeetCode string problem — Reverse String 🔁 Feeling pumped to dive deeper into string manipulation & logic building! 💪✨ #100DaysOfCode #LeetCode #Java #DSA #CodingJourney

✅ Day 56 of #LeetCode Solved #potd 2598 “Smallest Missing Non-negative Integer After Operations” 🚀 Used modular arithmetic & frequency counting to find the smallest unavailable residue after balancing. 🕒 Time: O(n) 💾 Space: O(value) #100DaysOfCode #cpp

Day 48/100 of #100DaysOfCode Solved: 59. Spiral Matrix II (Medium) 🌀 Built a matrix filled in spiral order — mastering pointer bounds and layer-by-layer logic. Perfect practice for grid traversal! #LeetCode #DSA #CPP #Coding #CodeNewbie #Dev #100DaysOfLeetCode @harsh__x07

They call it LeetCode, I call it emotional damage simulator.💀 Still waiting for that one ‘Accepted’ to fix my life too. #LeetCode #CodeLife #ProgrammerHumor #DarkHumor #DevCommunity #TechTwitter #100DaysOfCode #CodingMeme #DeveloperLife


Day 88 ⚡ Back to combining numbers — but this time, no repeats allowed! 🚫🔢 Handled duplicates like a pro and found all unique ways to hit the target 🎯 #100DaysOfCode #LeetCode

Caught solving LeetCode 662 in class 🥲 Because trees won’t traverse themselves 🌲💪 #coding #LeetCode #100DaysOfCode

#DAY_89 Day 89/90 ✅Done two questions today. (i) Intersection of Two Arrays (ii) Intersection of Two Arrays II #LeetCode #BuildInPublic #DevJourney #90DaysOfCode


Day 17 ✅ Solved LeetCode #345, #9, and #1876 💻 Had a long college day but stayed consistent. Feeling tired yet satisfied. #100DaysOfCode #LeetCode #DSA

🚀 Day 23 of #100DaysOfCode Solved LeetCode 151: Reverse Words in a String 💡 Approach 1️⃣ Reverse the whole string 2️⃣ Reverse each word 3️⃣ Remove extra spaces Perfect practice for string manipulation & two-pointer logic in C++ #LeetCode #CPlusPlus #Coding #ProblemSolving

Day 66 &67 of my #100DaysOfCode challenge!🚀 ✅Problem no. --> 3350 , 2273 #LeetCode #DSA ✅Infix to postfix and postfix to infix Conversions with stack #buildinpublic #developing #learningtoearning #CONNECT


#DAY_88 Day 88/90 ✅Done Two Sum IV - Input is a BST today. #LeetCode #BuildInPublic #DevJourney #90DaysOfCode

👉Day 13 of my #DSA Journey in C++ with @rohit_negi9 Bhaiya ! Focused on problem-solving through #LeetCode Solved: 🔹 Add Digits 🔹 Leap Year 🔹 Reverse Integer 🔹 Overflow Debug + Fix 🔹 Power of 2 🔹 Sqrt(X) 🔹 Palindrome Check Each problem = better logic 💪 #100DaysOfCode…




👨🏻💻Day 81/100 ~💻Dot env files on back-end ~💻Find the number that appears odd number of times #100DaysOfCode #DSA #leetcode #webdev


Day 96 of DSA LeetCode #POTD . ✅2598. Smallest Missing Non-negative Integer After Operations #LearnInPublic #LeetCode #ProblemSolving #DSA

Day 26 | Solved today’s problem on binary search + subarray analysis — it really tested how carefully you handle sequence logic and edge cases.Took some dry runs to spot why the counter reset was misbehaving — but finally nailed it! #100DaysOfCode #LeetCode #Java #CodingStreak

📌 Day 27 Progress 📚 Queue topic studied — implementations for Circular, Circular+Deque & Deque 🔄 💻 Stack Questions — LC #901, #1003, #394, #85, #739, #71 🧠 🧩 POTD — LC #3350 ✅ 🎯 Step-1, Lec-3 of #TUFWinterArc done! ✅ @takeUforward_ #100DaysOfCode #LeetCode #DSA #Coding

#LeetCode Question of the Day — 3350 Adjacent Increasing Subarrays Detection II Given an array, find the max length k where two adjacent subarrays of length k are both strictly increasing #LeetCode #Java #CodingJourney

#Day10 of #100DaysOfCode 🚀 Even during mid-sem exams, managed to stay consistent and solve 2 questions today 💪 1️⃣ Missing and Repeating No 2️⃣ Merge Intervals Hectic days, but small progress every day counts! ⚡ #LeetCode #Striver #DSA #CodingJourney #TUFWinterArc @striver_79


175 problems ✅ 100 days 🏆 47-day streak 🔥 I started with one rule — show up every single day. If you’re learning DSA, remember: → Pick one language → Learn the basics → Stay consistent Consistency > Intensity. Keep grinding 👨💻 #LeetCode #DevLife #Consistency

Something went wrong.
Something went wrong.
United States Trends
- 1. #JoyForum 1,395 posts
- 2. #2025MAMAVOTE 257K posts
- 3. Good Thursday 19K posts
- 4. Brevis ZK 138K posts
- 5. Mila 17.7K posts
- 6. Deport Harry Sisson 12.2K posts
- 7. #MC필릭스의_냉터뷰 12.5K posts
- 8. MC FELIX FRIDGE INTERVIEW 13.7K posts
- 9. #FridgeInterview_MCFelix 12.8K posts
- 10. Friday Eve N/A
- 11. #2025MAMAAWARDS 191K posts
- 12. Tomonobu Itagaki 6,705 posts
- 13. BNB Chain 20.5K posts
- 14. Deloitte 9,115 posts
- 15. DuPont 2,084 posts
- 16. Ninja Gaiden 11.1K posts
- 17. Pelosi 146K posts
- 18. Mad Max 4,412 posts
- 19. John Fetterman 28.9K posts
- 20. Angel Reese 56.4K posts