#leetcode search results

It's Confirmed! Internet is full of lies. Earlier that 4cr package Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring". #LeetCode

SwaDotDev's tweet image. It's Confirmed!
Internet is full of lies.
Earlier that 4cr package
Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring".

#LeetCode
SwaDotDev's tweet image. It's Confirmed!
Internet is full of lies.
Earlier that 4cr package
Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring".

#LeetCode
SwaDotDev's tweet image. It's Confirmed!
Internet is full of lies.
Earlier that 4cr package
Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring".

#LeetCode
SwaDotDev's tweet image. It's Confirmed!
Internet is full of lies.
Earlier that 4cr package
Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring".

#LeetCode

Day 37 & 38 of @100DaysOfCode two problems yesterday and 1 today leetcode - 283 : move zeros leetcode - 6 : zigzag conversation leetcode - 78 : subsets #Leetcode #Dsa #Array #Backtracking #ProblemSolving

Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving
Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving
Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving

I just had a talk with this guy, i don't know whether to pity or feel sad... I told him that I believe you.. Agar in next 1 month, if he doesn't become guardian, I'll kill myself 😭 But man is getting a lot of negative hate :( #leetcode #dsa

amit25says's tweet image. I just had a talk with this guy, i don't know whether to pity or feel sad...

I told him that I believe you..

Agar in next 1 month, if he doesn't become guardian, I'll kill myself 😭

But man is getting a lot of negative hate :(
#leetcode #dsa
amit25says's tweet image. I just had a talk with this guy, i don't know whether to pity or feel sad...

I told him that I believe you..

Agar in next 1 month, if he doesn't become guardian, I'll kill myself 😭

But man is getting a lot of negative hate :(
#leetcode #dsa

Secured global rank 858 in Weekly Contest 471 and reached the Knight on LeetCode. Grateful for the journey every problem, every contest, and every setback has been a step toward growth. on to the next milestone. 🤞 #LeetCode #CompetitiveProgramming #Coding

cholebhhaturee's tweet image. Secured global rank 858 in Weekly Contest 471 and reached the Knight on LeetCode.
Grateful for the journey every problem, every contest, and every setback has been a step toward growth.
on to the next milestone. 🤞 
#LeetCode #CompetitiveProgramming #Coding
cholebhhaturee's tweet image. Secured global rank 858 in Weekly Contest 471 and reached the Knight on LeetCode.
Grateful for the journey every problem, every contest, and every setback has been a step toward growth.
on to the next milestone. 🤞 
#LeetCode #CompetitiveProgramming #Coding

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

jv_1008's tweet image. Caught solving LeetCode 662 in class 🥲
Because trees won’t traverse themselves 🌲💪
#coding #LeetCode 
#100DaysOfCode

🟡 Day 37 Continuing with Linked List problems🔗✨ 🔹19. Remove Nth Node From End of List 🔹 234. Palindrome Linked List 🔹2095. Delete the Middle Node of a Linked List These problems really sharpen your understanding of pointers & traversal 🧠⚡ #100DaysOfCode #LeetCode #DSA

noMore_Delays's tweet image. 🟡 Day 37
Continuing with Linked List problems🔗✨
🔹19. Remove Nth Node From End of List
🔹 234. Palindrome Linked List
🔹2095. Delete the Middle Node of a Linked List

These problems really sharpen your understanding of pointers & traversal 🧠⚡
#100DaysOfCode #LeetCode #DSA

🌟 500 Days of Code — Badge Unlocked! 🙌 Discipline > Motivation 📈 Every submission is progress 🔗 LeetCode Profile [leetcode.com/u/mdtabishraza…] #LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

Tabish_khan090's tweet image. 🌟 500 Days of Code — Badge Unlocked!
🙌 Discipline > Motivation
📈 Every submission is progress
🔗 LeetCode Profile [leetcode.com/u/mdtabishraza…]

#LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

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

I just want to study DSA with you all 🤝 So,If anyone wants complete structured DSA course with 200 leetcode patternwise questions and certificate completely free!! U just need to 1) connect and 2)comment DSA u get your material in your dm #DSA #LeetCode #Connect

VivekVerma18_'s tweet image. I just want to study DSA with you all 🤝

So,If anyone wants complete structured DSA course with 200 leetcode patternwise questions and  certificate completely free!!

U just need to 
1) connect and
2)comment DSA 
u get your material in your dm

#DSA #LeetCode #Connect

Day 28 of LeetCode 75 Problem: 437. Path Sum III Approach: Use DFS to traverse the tree. For each node, maintain a vector of all node values in the current path. At each step, check if any suffix of this path adds up to targetSum. T:O(n²) S:O(h) #LeetCode #75DaysChallenge po

ANNISH_SEN's tweet image. Day 28 of LeetCode 75
 Problem: 437. Path Sum III 
Approach:
Use DFS to traverse the tree.
For each node, maintain a vector of all node values in the current path.

At each step, check if any suffix of this path adds up to targetSum.

T:O(n²)
 S:O(h)
#LeetCode #75DaysChallenge po
ANNISH_SEN's tweet image. Day 28 of LeetCode 75
 Problem: 437. Path Sum III 
Approach:
Use DFS to traverse the tree.
For each node, maintain a vector of all node values in the current path.

At each step, check if any suffix of this path adds up to targetSum.

T:O(n²)
 S:O(h)
#LeetCode #75DaysChallenge po

🎯 LeetCode Knight 🏆 unlocked! Big shoutout to @striver_79 and @CSwithMIK — the real MVPs who made the grind worth it ⚡ #LeetCode #Coding #DSA


100 days streak done on LeetCode ✨💪 See you at 2⃣0️⃣0️⃣ #DSA #LeetCode

y_krishnanand's tweet image. 100 days streak done on LeetCode ✨💪
 
See you at 2⃣0️⃣0️⃣

#DSA #LeetCode

Day 35 of #100DaysOfCode solved 3 leetcode question today 53 : Maximum Subarray 3217 : Delete Nodes From Linked List Present in Array 160 : Intersection in two linked lists #LeetCode

Nuwal_Peyush's tweet image. Day 35 of #100DaysOfCode  
solved 3 leetcode question today

53 :  Maximum Subarray  
3217 : Delete Nodes From Linked List Present in Array
160 : Intersection in two linked lists 

   #LeetCode
Nuwal_Peyush's tweet image. Day 35 of #100DaysOfCode  
solved 3 leetcode question today

53 :  Maximum Subarray  
3217 : Delete Nodes From Linked List Present in Array
160 : Intersection in two linked lists 

   #LeetCode
Nuwal_Peyush's tweet image. Day 35 of #100DaysOfCode  
solved 3 leetcode question today

53 :  Maximum Subarray  
3217 : Delete Nodes From Linked List Present in Array
160 : Intersection in two linked lists 

   #LeetCode

Day 25: Remove Duplicates from Sorted Array Two pointers one to explore, one to place unique values Efficient, clean, and O(n) smooth Coding’s not just about adding sometimes, it’s about removing right 😉 #LeetCode #CPP #CodingLife #Developer

AnchalGupta009's tweet image. Day 25:  Remove Duplicates from Sorted Array 
Two pointers one to explore, one to place unique values 
Efficient, clean, and O(n) smooth 
Coding’s not just about adding sometimes, it’s about removing right 😉
#LeetCode #CPP #CodingLife #Developer

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

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

Whenever i want to revise Sliding Window, these are my go to problems. Anyone of you learning or revising it, check these problems out once. (these are my personal picks that i think contains pretty good patterns on Sliding window) #LeetCode #dsa

SwaDotDev's tweet image. Whenever i want to revise Sliding Window, these are my go to problems.
Anyone of you learning or revising it, check these problems out once.

(these are my personal picks that i think contains pretty good patterns on Sliding window)

#LeetCode #dsa

If you think you are good with Sliding window, try this. #LeetCode

SwaDotDev's tweet image. If you think you are good with Sliding window, try this.

#LeetCode


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

Kunwar609's tweet image. Day 96 of DSA LeetCode #POTD .                                                                                                                                        
✅2598. Smallest Missing Non-negative Integer After Operations

#LearnInPublic #LeetCode #ProblemSolving #DSA

📌 Day 28 Progress 📚 Queue — GFG: Interleave 1st & 2nd Half, First Negative in Window 🔄 💻 Stack — LC #1472, #735, #921, #402, #853, #1776 🧠 🧩 POTD — LC #2598 ✅ 🎯 Step-1, Lec-4 #TUFWinterArc@takeUforward_ #100DaysOfCode #LeetCode #DSA #Coding

RahulSingh30070's tweet image. 📌 Day 28 Progress
📚 Queue — GFG: Interleave 1st & 2nd Half, First Negative in Window 🔄
💻 Stack — LC #1472, #735, #921, #402, #853, #1776 🧠
🧩 POTD — LC #2598 ✅
🎯 Step-1, Lec-4 #TUFWinterArc ✅
@takeUforward_
#100DaysOfCode #LeetCode #DSA #Coding

Solve 1 medium and 1 easy on LeetCode! 2149. Rearrange Array Elements by Sign. 1281. Subtract the Product and Sum of Digits of an Integer. #Java #DSA #LeetCode #leetcodeproblems #LearnInPublic

iShiv_twt's tweet image. Solve 1 medium and 1 easy on LeetCode!
2149. Rearrange Array Elements by Sign.
1281. Subtract the Product and Sum of Digits of an Integer.

#Java #DSA #LeetCode #leetcodeproblems #LearnInPublic
iShiv_twt's tweet image. Solve 1 medium and 1 easy on LeetCode!
2149. Rearrange Array Elements by Sign.
1281. Subtract the Product and Sum of Digits of an Integer.

#Java #DSA #LeetCode #leetcodeproblems #LearnInPublic

🧩 Leet Code 33- Search in Rotated Sorted Array Practice Array, Binary Search Time Complexity: O(log n) #LeetCode #Java #Coding #100DaysOfCode #Prefix #HashMap #arrayoperations

cha84587's tweet image. 🧩 Leet Code 33- Search in Rotated Sorted Array  
Practice Array, Binary Search
Time Complexity: O(log n)
        
#LeetCode #Java #Coding #100DaysOfCode #Prefix #HashMap #arrayoperations
cha84587's tweet image. 🧩 Leet Code 33- Search in Rotated Sorted Array  
Practice Array, Binary Search
Time Complexity: O(log n)
        
#LeetCode #Java #Coding #100DaysOfCode #Prefix #HashMap #arrayoperations

Day 37 & 38 of @100DaysOfCode two problems yesterday and 1 today leetcode - 283 : move zeros leetcode - 6 : zigzag conversation leetcode - 78 : subsets #Leetcode #Dsa #Array #Backtracking #ProblemSolving

Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving
Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving
Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving

🧩 Leet Code 845- Longest Mountain in Array Practice Array, Prefix, Math and Hash Table. #LeetCode #Java #Coding #100DaysOfCode #Prefix #HashMap #arrayoperations

cha84587's tweet image. 🧩 Leet Code 845- Longest Mountain in Array 
Practice Array, Prefix, Math and Hash Table.     

#LeetCode #Java #Coding #100DaysOfCode #Prefix #HashMap #arrayoperations
cha84587's tweet image. 🧩 Leet Code 845- Longest Mountain in Array 
Practice Array, Prefix, Math and Hash Table.     

#LeetCode #Java #Coding #100DaysOfCode #Prefix #HashMap #arrayoperations

AI shouldn’t do the coding for you. It should help you get better at it. That’s why I built LeetCopilot — free AI hints, context-aware feedback, and mock interviews that teach you to think, not just type. 💡 #LeetCode #CodingInterview #AItools


Day 7/100 ✅ Solved LeetCode 448: Find All Numbers Disappeared in an Array. #Python #LeetCode

GopiChandDev's tweet image. Day 7/100 ✅
Solved LeetCode 448: Find All Numbers Disappeared in an Array.
#Python #LeetCode

Day 5/100: #100DaysOfCode Getting a job in 5 months. Project 6h and DSA 3h 1. Did 4 BS question (I m getting the hang #Leetcode 2. Did maigration from twilo to the open source what's api waha.devlike.pro cus it is free #100DaysOfCode #buildinpublic #Java #DSA #cpp

MEETBHANUS61087's tweet image. Day 5/100: #100DaysOfCode Getting a job in 5 months.

Project 6h and DSA 3h

1. Did 4 BS question (I m getting the hang #Leetcode
2. Did maigration from twilo to the open source what's api waha.devlike.pro cus it is free 

#100DaysOfCode #buildinpublic #Java #DSA #cpp
MEETBHANUS61087's tweet image. Day 5/100: #100DaysOfCode Getting a job in 5 months.

Project 6h and DSA 3h

1. Did 4 BS question (I m getting the hang #Leetcode
2. Did maigration from twilo to the open source what's api waha.devlike.pro cus it is free 

#100DaysOfCode #buildinpublic #Java #DSA #cpp
MEETBHANUS61087's tweet image. Day 5/100: #100DaysOfCode Getting a job in 5 months.

Project 6h and DSA 3h

1. Did 4 BS question (I m getting the hang #Leetcode
2. Did maigration from twilo to the open source what's api waha.devlike.pro cus it is free 

#100DaysOfCode #buildinpublic #Java #DSA #cpp

💻 Day 70 of #100DaysOfCode Solved a simple yet fundamental string question — “Is Subsequence” 🧩 Practiced the two-pointer technique, focusing on logic flow and clean implementation. #100DaysOfCode #LeetCode #CPlusPlus #DSA #ProblemSolving #CodingJourney #KeepLearning

shivam21102005's tweet image. 💻 Day 70 of #100DaysOfCode
Solved a simple yet fundamental string question — “Is Subsequence” 🧩
Practiced the two-pointer technique, focusing on logic flow and clean implementation.

#100DaysOfCode #LeetCode #CPlusPlus #DSA #ProblemSolving #CodingJourney #KeepLearning

Day 76 of #LCdaily Solved : 1️⃣ Previous Smaller Element — O(n) TC, O(n) SC (stack) 2️⃣ Trapping Rain Water — O(n) TC, O(1) SC (two pointers) 3️⃣ Sum of Subarray Minimums — O(n) TC, O(n) SC (NSE + PSE) Striver’s problems are pure gold — that intuition is GOAT-level #DSA #LeetCode

Abhishek1005_'s tweet image. Day 76 of #LCdaily 
Solved :
1️⃣ Previous Smaller Element — O(n) TC, O(n) SC (stack)
2️⃣ Trapping Rain Water — O(n) TC, O(1) SC (two pointers)
3️⃣ Sum of Subarray Minimums — O(n) TC, O(n) SC (NSE + PSE)
Striver’s problems are pure gold — that intuition is GOAT-level
#DSA #LeetCode
Abhishek1005_'s tweet image. Day 76 of #LCdaily 
Solved :
1️⃣ Previous Smaller Element — O(n) TC, O(n) SC (stack)
2️⃣ Trapping Rain Water — O(n) TC, O(1) SC (two pointers)
3️⃣ Sum of Subarray Minimums — O(n) TC, O(n) SC (NSE + PSE)
Striver’s problems are pure gold — that intuition is GOAT-level
#DSA #LeetCode
Abhishek1005_'s tweet image. Day 76 of #LCdaily 
Solved :
1️⃣ Previous Smaller Element — O(n) TC, O(n) SC (stack)
2️⃣ Trapping Rain Water — O(n) TC, O(1) SC (two pointers)
3️⃣ Sum of Subarray Minimums — O(n) TC, O(n) SC (NSE + PSE)
Striver’s problems are pure gold — that intuition is GOAT-level
#DSA #LeetCode

🔢 LeetCode Daily: Smallest Missing Integer ✅ Modular arithmetic magic! Track remainder frequencies, consume greedily from 0 upward. ⚡ O(n) with mod tracking 🎯 Remainder classes = equivalence 💡 Handle negatives: ((n%v)+v)%v #LeetCode #CPlusPlus #ModularArithmetic

me_sajeeb's tweet image. 🔢 LeetCode Daily: Smallest Missing Integer ✅

Modular arithmetic magic! Track remainder frequencies, consume greedily from 0 upward.

⚡ O(n) with mod tracking 
🎯 Remainder classes = equivalence 
💡 Handle negatives: ((n%v)+v)%v

#LeetCode #CPlusPlus #ModularArithmetic

🌟 500 Days of Code — Badge Unlocked! 🙌 Discipline > Motivation 📈 Every submission is progress 🔗 LeetCode Profile [leetcode.com/u/mdtabishraza…] #LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

Tabish_khan090's tweet image. 🌟 500 Days of Code — Badge Unlocked!
🙌 Discipline > Motivation
📈 Every submission is progress
🔗 LeetCode Profile [leetcode.com/u/mdtabishraza…]

#LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

Day 32 of #100DaysOfDSA From @striver_79: ✅ Learnt “Jump Game I” ✅ Solved the LeetCode “Jump Game” problem Getting into greedy problems now, these ones really test how well you can think ahead 😌 #Day32 #LeetCode #Python #takeUforward

Topzee0o1's tweet image. Day 32 of #100DaysOfDSA

From @striver_79:
✅ Learnt “Jump Game I”
✅ Solved the LeetCode “Jump Game” problem

Getting into greedy problems now, these ones really test how well you can think ahead 😌

#Day32 #LeetCode #Python #takeUforward
Topzee0o1's tweet image. Day 32 of #100DaysOfDSA

From @striver_79:
✅ Learnt “Jump Game I”
✅ Solved the LeetCode “Jump Game” problem

Getting into greedy problems now, these ones really test how well you can think ahead 😌

#Day32 #LeetCode #Python #takeUforward

Day 31 of #100DaysOfDSA Still on Hashing & Sets😎 From @striver_79: ✅ Studied and solved “Valid Parentheses” problem ✅ Studied and solved “Valid Parenthesis String” problem #Day31 #LeetCode #Python

Topzee0o1's tweet image. Day 31 of #100DaysOfDSA

Still on Hashing & Sets😎

From @striver_79:
✅ Studied and solved “Valid Parentheses” problem
✅ Studied and solved “Valid Parenthesis String” problem

#Day31 #LeetCode #Python


Day 25: Remove Duplicates from Sorted Array Two pointers one to explore, one to place unique values Efficient, clean, and O(n) smooth Coding’s not just about adding sometimes, it’s about removing right 😉 #LeetCode #CPP #CodingLife #Developer

AnchalGupta009's tweet image. Day 25:  Remove Duplicates from Sorted Array 
Two pointers one to explore, one to place unique values 
Efficient, clean, and O(n) smooth 
Coding’s not just about adding sometimes, it’s about removing right 😉
#LeetCode #CPP #CodingLife #Developer

Day 47 - Very Solid day of LC’s Completed “Copy List with random pointer” & “Add two numbers” medium LC’s today, no hints. Space consumption beat 32% and 54% of submissions respectively. Slowly getting the hang of manipulating linked lists. #100DaysOfCode #Leetcode #LinkedLists


Day 37 & 38 of @100DaysOfCode two problems yesterday and 1 today leetcode - 283 : move zeros leetcode - 6 : zigzag conversation leetcode - 78 : subsets #Leetcode #Dsa #Array #Backtracking #ProblemSolving

Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving
Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving
Nuwal_Peyush's tweet image. Day 37 & 38  of @100DaysOfCode 

two problems yesterday and 1 today 

leetcode - 283 : move zeros 
leetcode - 6 : zigzag conversation
leetcode - 78 : subsets

#Leetcode #Dsa #Array #Backtracking #ProblemSolving

Secured global rank 858 in Weekly Contest 471 and reached the Knight on LeetCode. Grateful for the journey every problem, every contest, and every setback has been a step toward growth. on to the next milestone. 🤞 #LeetCode #CompetitiveProgramming #Coding

cholebhhaturee's tweet image. Secured global rank 858 in Weekly Contest 471 and reached the Knight on LeetCode.
Grateful for the journey every problem, every contest, and every setback has been a step toward growth.
on to the next milestone. 🤞 
#LeetCode #CompetitiveProgramming #Coding
cholebhhaturee's tweet image. Secured global rank 858 in Weekly Contest 471 and reached the Knight on LeetCode.
Grateful for the journey every problem, every contest, and every setback has been a step toward growth.
on to the next milestone. 🤞 
#LeetCode #CompetitiveProgramming #Coding

📌 Day 28 Progress 📚 Queue — GFG: Interleave 1st & 2nd Half, First Negative in Window 🔄 💻 Stack — LC #1472, #735, #921, #402, #853, #1776 🧠 🧩 POTD — LC #2598 ✅ 🎯 Step-1, Lec-4 #TUFWinterArc@takeUforward_ #100DaysOfCode #LeetCode #DSA #Coding

RahulSingh30070's tweet image. 📌 Day 28 Progress
📚 Queue — GFG: Interleave 1st & 2nd Half, First Negative in Window 🔄
💻 Stack — LC #1472, #735, #921, #402, #853, #1776 🧠
🧩 POTD — LC #2598 ✅
🎯 Step-1, Lec-4 #TUFWinterArc ✅
@takeUforward_
#100DaysOfCode #LeetCode #DSA #Coding

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

AmanDubey5829h's tweet image. Day 17 ✅

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

It's Confirmed! Internet is full of lies. Earlier that 4cr package Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring". #LeetCode

SwaDotDev's tweet image. It's Confirmed!
Internet is full of lies.
Earlier that 4cr package
Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring".

#LeetCode
SwaDotDev's tweet image. It's Confirmed!
Internet is full of lies.
Earlier that 4cr package
Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring".

#LeetCode
SwaDotDev's tweet image. It's Confirmed!
Internet is full of lies.
Earlier that 4cr package
Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring".

#LeetCode
SwaDotDev's tweet image. It's Confirmed!
Internet is full of lies.
Earlier that 4cr package
Now this shit guy who solved entire LeetCode in just 2 months, and his audacity to flex it as an achievement on LinkedIn and guys are commenting "Congratulations", "Inspiring".

#LeetCode

I just had a talk with this guy, i don't know whether to pity or feel sad... I told him that I believe you.. Agar in next 1 month, if he doesn't become guardian, I'll kill myself 😭 But man is getting a lot of negative hate :( #leetcode #dsa

amit25says's tweet image. I just had a talk with this guy, i don't know whether to pity or feel sad...

I told him that I believe you..

Agar in next 1 month, if he doesn't become guardian, I'll kill myself 😭

But man is getting a lot of negative hate :(
#leetcode #dsa
amit25says's tweet image. I just had a talk with this guy, i don't know whether to pity or feel sad...

I told him that I believe you..

Agar in next 1 month, if he doesn't become guardian, I'll kill myself 😭

But man is getting a lot of negative hate :(
#leetcode #dsa

🟡 Day 37 Continuing with Linked List problems🔗✨ 🔹19. Remove Nth Node From End of List 🔹 234. Palindrome Linked List 🔹2095. Delete the Middle Node of a Linked List These problems really sharpen your understanding of pointers & traversal 🧠⚡ #100DaysOfCode #LeetCode #DSA

noMore_Delays's tweet image. 🟡 Day 37
Continuing with Linked List problems🔗✨
🔹19. Remove Nth Node From End of List
🔹 234. Palindrome Linked List
🔹2095. Delete the Middle Node of a Linked List

These problems really sharpen your understanding of pointers & traversal 🧠⚡
#100DaysOfCode #LeetCode #DSA

Just hit my 100 Days Badge 2025 on LeetCode! A journey of consistency, logic, and learning... one problem at a time #LeetCode #100DaysChallenge #CodingJourney

jha_omkar04's tweet image. Just hit my 100 Days Badge 2025 on LeetCode!
A journey of consistency, logic, and learning...
one problem at a time 
#LeetCode #100DaysChallenge #CodingJourney

🔥 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

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

Day 63 of 100 Days of Code: LeetCode: Minimum Window Substring #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily

VishwanshK's tweet image. Day 63 of 100 Days of Code:
LeetCode: Minimum Window Substring
#LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily

Day [50/ 100] of #100daysofcode DSA: - Solved POTD - Solved 4 graph problems (2 easy, 2 med) - Gave 1 OA (hardcore DSA) DEV: - Continued backend - Model View Controller in NodeJs - Used MVC pattern in my code #buildinpublic #LeetCode #dsa #javascript

SwaDotDev's tweet image. Day [50/ 100] of #100daysofcode 
DSA:
- Solved POTD
- Solved 4 graph problems (2 easy, 2 med)
- Gave 1 OA (hardcore DSA)

DEV:
- Continued backend
- Model View Controller in NodeJs
- Used MVC pattern in my code

#buildinpublic  #LeetCode #dsa  #javascript
SwaDotDev's tweet image. Day [50/ 100] of #100daysofcode 
DSA:
- Solved POTD
- Solved 4 graph problems (2 easy, 2 med)
- Gave 1 OA (hardcore DSA)

DEV:
- Continued backend
- Model View Controller in NodeJs
- Used MVC pattern in my code

#buildinpublic  #LeetCode #dsa  #javascript

Day 33 of #100DaysOfCode Solved Common Character . #LeetCode #Java

sam1368296's tweet image. Day 33  of #100DaysOfCode
Solved Common Character . #LeetCode #Java

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

jv_1008's tweet image. Caught solving LeetCode 662 in class 🥲
Because trees won’t traverse themselves 🌲💪
#coding #LeetCode 
#100DaysOfCode

🌟 500 Days of Code — Badge Unlocked! 🙌 Discipline > Motivation 📈 Every submission is progress 🔗 LeetCode Profile [leetcode.com/u/mdtabishraza…] #LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

Tabish_khan090's tweet image. 🌟 500 Days of Code — Badge Unlocked!
🙌 Discipline > Motivation
📈 Every submission is progress
🔗 LeetCode Profile [leetcode.com/u/mdtabishraza…]

#LeetCode #CodeGrind #CodeEveryday #100DaysOfCode #DSA

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

Kunwar609's tweet image. Day 96 of DSA LeetCode #POTD .                                                                                                                                        
✅2598. Smallest Missing Non-negative Integer After Operations

#LearnInPublic #LeetCode #ProblemSolving #DSA

100 days streak done on LeetCode ✨💪 See you at 2⃣0️⃣0️⃣ #DSA #LeetCode

y_krishnanand's tweet image. 100 days streak done on LeetCode ✨💪
 
See you at 2⃣0️⃣0️⃣

#DSA #LeetCode

Day 6/100 ✅ Solved LeetCode 268: Missing Number. #LeetCode #Python

GopiChandDev's tweet image. Day 6/100 ✅
Solved LeetCode 268: Missing Number. 
#LeetCode #Python

Loading...

Something went wrong.


Something went wrong.


United States Trends