#leetcode результаты поиска

💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode ! 500+ days of coding, problem-solving, and consistency. Every submission = one small step toward mastery. Stay consistent. Keep learning. Never stop building. 🚀 #LeetCode #Coding #100DaysOfCode #Consistency #DevLife

SaurabhSax23072's tweet image. 💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode !

500+ days of coding, problem-solving, and consistency.
Every submission = one small step toward mastery.
Stay consistent. Keep learning. Never stop building. 🚀

#LeetCode #Coding #100DaysOfCode #Consistency #DevLife
SaurabhSax23072's tweet image. 💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode !

500+ days of coding, problem-solving, and consistency.
Every submission = one small step toward mastery.
Stay consistent. Keep learning. Never stop building. 🚀

#LeetCode #Coding #100DaysOfCode #Consistency #DevLife

🚀 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

RyanIlano's tweet image. 🚀 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
RyanIlano's tweet image. 🚀 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 64 ♟️ Solved N-Queens II and Sudoku Solver — two hard problems in one day! Managed to solve around 90% of both on my own 🔥 Feels like I’m finally getting a grip on recursion and backtracking 😎 #100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney

Priyanshu_1244's tweet image. Day 64 ♟️
Solved N-Queens II and Sudoku Solver — two hard problems in one day!
Managed to solve around 90% of both on my own 🔥
Feels like I’m finally getting a grip on recursion and backtracking 😎
#100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney
Priyanshu_1244's tweet image. Day 64 ♟️
Solved N-Queens II and Sudoku Solver — two hard problems in one day!
Managed to solve around 90% of both on my own 🔥
Feels like I’m finally getting a grip on recursion and backtracking 😎
#100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney

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

ANNISH_SEN's tweet image. 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
ANNISH_SEN's tweet image. 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

🔥 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

RajSingh_io's tweet image. 🔥 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

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

AnchalGupta009's tweet image. 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 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

AIDev_Sumit's tweet image. 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

#Day241 of coding: -leetcode POTD + 2Q #DSA #LeetCode

the__csy20's tweet image. #Day241 of coding:

-leetcode POTD + 2Q

#DSA #LeetCode
the__csy20's tweet image. #Day241 of coding:

-leetcode POTD + 2Q

#DSA #LeetCode
the__csy20's tweet image. #Day241 of coding:

-leetcode POTD + 2Q

#DSA #LeetCode

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

its_prawesh_'s tweet image. 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

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

Siddharth7451's tweet image. 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
Siddharth7451's tweet image. 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
Siddharth7451's tweet image. 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 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

Zaryab_005's tweet image. 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

Who's that Influencer 😭😭 Pic: from LinkedIn #codeforces #leetcode #cp #dsa

amit25says's tweet image. Who's that Influencer 😭😭

Pic: from LinkedIn

#codeforces #leetcode #cp #dsa

📌 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

RahulSingh30070's tweet image. 📌 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

🇮🇳🔹 LeetCode Daily Challenge 🧩 Problem: Find Resultant Array After Removing Anagrams 📘 LC No.: 2273 💡 Approach: 🌀 Reverse Stack Sweep 🔥 Day 672 Streak #LeetCode #Java #ProblemSolving #DailyChallenge #TechStudent #CodingJourney #BuildInPublic #DSAWithJava #DSA #100DaysOfCode

Kartscode's tweet image. 🇮🇳🔹 LeetCode Daily Challenge
🧩 Problem: Find Resultant Array After Removing Anagrams
📘 LC No.: 2273
💡 Approach: 🌀 Reverse Stack Sweep
🔥 Day 672 Streak
#LeetCode #Java #ProblemSolving #DailyChallenge #TechStudent #CodingJourney #BuildInPublic #DSAWithJava #DSA #100DaysOfCode

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

abhinavpuri_x's tweet image. 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 36 of #100daysofcodechallenge Solved 2 Leetcode question today 237 : is Single non duplicate number 1290 : decimal to integer from linkedList #LeetCode #StriverSheet #LinkedList #DSA #ProblemSolving

Nuwal_Peyush's tweet image. Day 36 of #100daysofcodechallenge 
 Solved 2 Leetcode question today
 
 237 : is Single non duplicate number
 1290 : decimal to integer from linkedList 

#LeetCode #StriverSheet #LinkedList #DSA #ProblemSolving
Nuwal_Peyush's tweet image. Day 36 of #100daysofcodechallenge 
 Solved 2 Leetcode question today
 
 237 : is Single non duplicate number
 1290 : decimal to integer from linkedList 

#LeetCode #StriverSheet #LinkedList #DSA #ProblemSolving

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

yaswanthsure2's tweet image. 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

📅 Oct-6 🍁⛈️ Days 191/365 Leetcode Q 32. Longest Valid Parentheses #LeetCode #365days #Python #DSA

laxmankumarIITB's tweet image. 📅  Oct-6   

🍁⛈️   Days 191/365  
Leetcode Q 32. Longest Valid Parentheses
 #LeetCode #365days  #Python #DSA

🚀 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

RyanIlano's tweet image. 🚀 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
RyanIlano's tweet image. 🚀 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 47/100 of #100DaysOfCode Solved: 2326. Spiral Matrix IV (Medium) Traverse a matrix in spiral order Map linked list data to 2D grid Handle boundaries efficiently Mixing linked list + matrix logic = pure brain gym #LeetCode #Coding #DSA #CPP #CodeNewbie @harsh__x07

RahulGupta_0's tweet image. Day 47/100 of #100DaysOfCode
Solved: 2326. Spiral Matrix IV (Medium)

Traverse a matrix in spiral order

Map linked list data to 2D grid

Handle boundaries efficiently

Mixing linked list + matrix logic = pure brain gym 
#LeetCode #Coding #DSA #CPP #CodeNewbie @harsh__x07

💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode ! 500+ days of coding, problem-solving, and consistency. Every submission = one small step toward mastery. Stay consistent. Keep learning. Never stop building. 🚀 #LeetCode #Coding #100DaysOfCode #Consistency #DevLife

SaurabhSax23072's tweet image. 💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode !

500+ days of coding, problem-solving, and consistency.
Every submission = one small step toward mastery.
Stay consistent. Keep learning. Never stop building. 🚀

#LeetCode #Coding #100DaysOfCode #Consistency #DevLife
SaurabhSax23072's tweet image. 💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode !

500+ days of coding, problem-solving, and consistency.
Every submission = one small step toward mastery.
Stay consistent. Keep learning. Never stop building. 🚀

#LeetCode #Coding #100DaysOfCode #Consistency #DevLife

Day 18/100 ✅ LeetCode POTD 3350. Adjacent Increasing Subarrays Detection II Seemed easy… until it wasn’t 😆 “Tricky easy” problems are my favorite in disguise. Streak: 🔥 76 days alive! #LeetCode #100DaysOfCode #DevLife

PriyanshuV82847's tweet image. Day 18/100 ✅ LeetCode POTD

3350. Adjacent Increasing Subarrays Detection II

Seemed easy… until it wasn’t 😆
“Tricky easy” problems are my favorite in disguise.
Streak: 🔥 76 days alive!

#LeetCode #100DaysOfCode #DevLife

Finally Got the intuition to solve the Leetcode POT, At first I felt like I will solve this in brute force but now I got the intuition to solve in optimized way ,🚀 #LeetCode #100DaysOfCode #dsa #webdev


💻 Developer-Casual (Dev Grind Style): LeetCode #2 down 🔥 Just me, coffee, and bugs that don’t stand a chance ☕💻 TImezone: 04:18 #LeetCode #DevGrind #CodingJourney

blak_gohst's tweet image. 💻 Developer-Casual (Dev Grind Style):

LeetCode #2 down 🔥
Just me, coffee, and bugs that don’t stand a chance ☕💻
TImezone: 04:18 
#LeetCode #DevGrind #CodingJourney

Day 64 ♟️ Solved N-Queens II and Sudoku Solver — two hard problems in one day! Managed to solve around 90% of both on my own 🔥 Feels like I’m finally getting a grip on recursion and backtracking 😎 #100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney

Priyanshu_1244's tweet image. Day 64 ♟️
Solved N-Queens II and Sudoku Solver — two hard problems in one day!
Managed to solve around 90% of both on my own 🔥
Feels like I’m finally getting a grip on recursion and backtracking 😎
#100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney
Priyanshu_1244's tweet image. Day 64 ♟️
Solved N-Queens II and Sudoku Solver — two hard problems in one day!
Managed to solve around 90% of both on my own 🔥
Feels like I’m finally getting a grip on recursion and backtracking 😎
#100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney

🔥 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

RajSingh_io's tweet image. 🔥 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

Anyone out there still grinding leetcode ?, anyways I officially love 🐍 PYTHON . #LeetCode

RantEmmanu87720's tweet image. Anyone out there still grinding leetcode ?, 
anyways I officially love 🐍 PYTHON .

#LeetCode

Let’s #CONNECT with people who are into 👇 💻 LeetCode & DSA 🤖 Artificial Intelligence 🧩 Generative AI 🔍 Coding Interviews ⚙️ Backend & DevTools Building LeetCopilot — your free AI study buddy for smarter LeetCode prep 🚀 #LeetCode #AItools #CodingInterview #100DaysOfCode


🔍 "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

piyushmalik34's tweet image. 🔍 "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

Today's DSA Question ✅ Solved Zig-Zag / Reorder List (Linked List Problem) and literally, jitne bhi question solve kiye hai lag raha hai slow and fast pointer LL ka picha nahi chhodenge!🥲 #Coding #LeetCode

Pranshujoshi__'s tweet image. Today's DSA Question ✅

Solved Zig-Zag / Reorder List (Linked List Problem)
and literally, jitne bhi question solve kiye hai lag raha hai slow and fast pointer LL ka picha nahi chhodenge!🥲

#Coding #LeetCode

Day 36 of #100daysofcodechallenge Solved 2 Leetcode question today 237 : is Single non duplicate number 1290 : decimal to integer from linkedList #LeetCode #StriverSheet #LinkedList #DSA #ProblemSolving

Nuwal_Peyush's tweet image. Day 36 of #100daysofcodechallenge 
 Solved 2 Leetcode question today
 
 237 : is Single non duplicate number
 1290 : decimal to integer from linkedList 

#LeetCode #StriverSheet #LinkedList #DSA #ProblemSolving
Nuwal_Peyush's tweet image. Day 36 of #100daysofcodechallenge 
 Solved 2 Leetcode question today
 
 237 : is Single non duplicate number
 1290 : decimal to integer from linkedList 

#LeetCode #StriverSheet #LinkedList #DSA #ProblemSolving

lets see if this gets 50 followers #LeetCode #leetcodeprogress #leetcode75 @LeetCode

w_warl0rd's tweet image. lets see if this gets 50 followers 
#LeetCode #leetcodeprogress #leetcode75 @LeetCode

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

twt_Kunal's tweet image. #DAY_87
Day 87/90  
✅Done two questions of Binary Search Trees.  
(i)  getMinimumDifference  
(ii) increasingBST    

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

#LeetCode #BuildInPublic #DevJourney #90DaysOfCode

💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode ! 500+ days of coding, problem-solving, and consistency. Every submission = one small step toward mastery. Stay consistent. Keep learning. Never stop building. 🚀 #LeetCode #Coding #100DaysOfCode #Consistency #DevLife

SaurabhSax23072's tweet image. 💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode !

500+ days of coding, problem-solving, and consistency.
Every submission = one small step toward mastery.
Stay consistent. Keep learning. Never stop building. 🚀

#LeetCode #Coding #100DaysOfCode #Consistency #DevLife
SaurabhSax23072's tweet image. 💻🔥 Hit a new milestone — 500 Days Badge on @LeetCode !

500+ days of coding, problem-solving, and consistency.
Every submission = one small step toward mastery.
Stay consistent. Keep learning. Never stop building. 🚀

#LeetCode #Coding #100DaysOfCode #Consistency #DevLife

🚀 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

RyanIlano's tweet image. 🚀 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
RyanIlano's tweet image. 🚀 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

#Day241 of coding: -leetcode POTD + 2Q #DSA #LeetCode

the__csy20's tweet image. #Day241 of coding:

-leetcode POTD + 2Q

#DSA #LeetCode
the__csy20's tweet image. #Day241 of coding:

-leetcode POTD + 2Q

#DSA #LeetCode
the__csy20's tweet image. #Day241 of coding:

-leetcode POTD + 2Q

#DSA #LeetCode

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

Siddharth7451's tweet image. 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
Siddharth7451's tweet image. 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
Siddharth7451's tweet image. 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 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

AnchalGupta009's tweet image. 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

🔥 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

RajSingh_io's tweet image. 🔥 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

Currently at 169th day Solved these problems yesterday.. #Leetcode #365DaysOfCode

_FaisalKhan_10's tweet image. Currently at 169th day
 Solved these problems yesterday..
#Leetcode #365DaysOfCode

Day 85 ⚡ Taught my code to play Sudoku like a genius 🤓 One cell at a time, backtracking to perfection ✅ #100DaysOfCode #LeetCode

SaurabhSin99392's tweet image. Day 85 ⚡
Taught my code to play Sudoku like a genius 🤓
One cell at a time, backtracking to perfection ✅
#100DaysOfCode #LeetCode

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

AIDev_Sumit's tweet image. 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 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

AnchalGupta009's tweet image. 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

📅 Oct-6 🍁⛈️ Days 191/365 Leetcode Q 32. Longest Valid Parentheses #LeetCode #365days #Python #DSA

laxmankumarIITB's tweet image. 📅  Oct-6   

🍁⛈️   Days 191/365  
Leetcode Q 32. Longest Valid Parentheses
 #LeetCode #365days  #Python #DSA

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

SwaDotDev's tweet image. 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
SwaDotDev's tweet image. 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

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

abhinavpuri_x's tweet image. 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 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

d_isha2003's tweet image. 🚀 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 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

RahulSingh30070's tweet image. 📌 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

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

Zaryab_005's tweet image. 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 64 ♟️ Solved N-Queens II and Sudoku Solver — two hard problems in one day! Managed to solve around 90% of both on my own 🔥 Feels like I’m finally getting a grip on recursion and backtracking 😎 #100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney

Priyanshu_1244's tweet image. Day 64 ♟️
Solved N-Queens II and Sudoku Solver — two hard problems in one day!
Managed to solve around 90% of both on my own 🔥
Feels like I’m finally getting a grip on recursion and backtracking 😎
#100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney
Priyanshu_1244's tweet image. Day 64 ♟️
Solved N-Queens II and Sudoku Solver — two hard problems in one day!
Managed to solve around 90% of both on my own 🔥
Feels like I’m finally getting a grip on recursion and backtracking 😎
#100DaysOfCode #DSA #LeetCode #Backtracking #CodingJourney

day 22, still continued with Greedy problems #100DaysOfCode #DSA #LeetCode

cCraftsman_'s tweet image. day 22, still continued with Greedy problems #100DaysOfCode #DSA #LeetCode

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

its_prawesh_'s tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends