#leetcode search results

No results for "#leetcode"

day 6/365 leetcode ps: open to suggestions👇 #LeetCode #dailyliferoutine #365days

KartikeGupta9's tweet image. day 6/365        
leetcode          
ps: open to suggestions👇 

#LeetCode #dailyliferoutine #365days

"Current status: 162 LeetCode problems solved. Goal: Hit 200 by Dec 31st. Balancing this with my Distributed RL research is tough, but consistency is the only algorithm that matters. 38 problems to go. Let's grind. ☕️ #100DaysOfCode #LeetCode"


Solved 2 problems on LeetCode today 🧠💻 🔹 String Compression — in-place compression & pointer handling 🔹 First Unique Character in a String — frequency counting + traversal time/space optimization. #LeetCode #DSA #ProblemSolving #Strings #CodingPractice #Java #Consistency

BISHALM50803419's tweet image. Solved 2 problems on LeetCode today 🧠💻

🔹 String Compression — in-place compression & pointer handling
🔹 First Unique Character in a String — frequency counting + traversal
time/space optimization.
#LeetCode #DSA #ProblemSolving #Strings #CodingPractice #Java #Consistency
BISHALM50803419's tweet image. Solved 2 problems on LeetCode today 🧠💻

🔹 String Compression — in-place compression & pointer handling
🔹 First Unique Character in a String — frequency counting + traversal
time/space optimization.
#LeetCode #DSA #ProblemSolving #Strings #CodingPractice #Java #Consistency

Day 59 & 60 #TUFWinterArc : 1. Solved 2 hard problems on Binary Trees 2. Revised Stack, Queues problems @takeUforward_ #DSA #LeetCode #CodingJourney

codexharshit's tweet image. Day 59 & 60 #TUFWinterArc :
1. Solved 2 hard problems on Binary Trees 
2. Revised Stack, Queues problems
@takeUforward_
#DSA #LeetCode #CodingJourney

Today i got the 50 Days Badge 2025 from LeetCode. 50 days of questions, it was hard, as for the first time I focused on building logic, developing intuition, fixing bugs and many more. Now looking forward to the 100 Days Badge 😀👽💪 #NeVr #LeetCode

NeVr_Priyanshu's tweet image. Today i got the 50 Days Badge 2025 from LeetCode.
50 days of questions, it was hard, as for the first time I focused on building logic, developing intuition, fixing bugs and many more. 
Now looking forward to the 100 Days Badge 😀👽💪
#NeVr #LeetCode

Day 3 / 100 ✅ Solved Maximum Number of Vowels in a Substring of Given Length Using Sliding Window. Counted vowels in the first window, then slide by adding right & removing left in O(n). Patterns > problems 🚀 #100DaysOfCode #LeetCode #DSA

UmerKarachiwala's tweet image. Day 3 / 100 ✅
Solved Maximum Number of Vowels in a Substring of Given Length Using Sliding Window.

Counted vowels in the first window, then slide by adding right & removing left in O(n).
Patterns > problems 🚀
#100DaysOfCode #LeetCode #DSA

Day 8 of learning React ⚛️ 📌 Last 3 days: Deep dive into state & state management Practiced with mini React projects 🧠 DSA milestone: Solved Reverse Linked List II ✅ 100th LeetCode Medium problem completed #ReactJS #LeetCode #DSA #LearningInPublic #100DaysOfCode

Inosukeei_coder's tweet image. Day 8 of learning React ⚛️

📌 Last 3 days:
Deep dive into state & state management
Practiced with mini React projects

🧠 DSA milestone:
Solved Reverse Linked List II
✅ 100th LeetCode Medium problem completed

#ReactJS #LeetCode #DSA #LearningInPublic #100DaysOfCode
Inosukeei_coder's tweet image. Day 8 of learning React ⚛️

📌 Last 3 days:
Deep dive into state & state management
Practiced with mini React projects

🧠 DSA milestone:
Solved Reverse Linked List II
✅ 100th LeetCode Medium problem completed

#ReactJS #LeetCode #DSA #LearningInPublic #100DaysOfCode

Day 112 of #100DaysOfCode today solved the #potd on #Leetcode LC[3606] first create an arr of pair which contain first letter of business & code, insert the pair which is valid and sort the arr and insert the code in another arr #Coding #gfg #codingJourny #algorithm #sorting

diwa810's tweet image. Day 112 of #100DaysOfCode  today solved the #potd on #Leetcode LC[3606]
first create an arr of pair which contain first letter of
business & code,
insert the pair which is valid and sort the arr and insert the code in another arr
#Coding #gfg #codingJourny #algorithm #sorting

Day 68: Solved "3 Sum Closest" today! Runtime: 16ms Memory: 45.52MB #100DaysOfCode #LeetCode #Java

sadaaizaz's tweet image. Day 68: Solved "3 Sum Closest" today!
Runtime: 16ms
Memory: 45.52MB
#100DaysOfCode #LeetCode #Java

Day 4 : DSA Challenge 🚀 Question: 3Sum (LeetCode 15) Pattern: Two Pointers + Sorting Code: github.com/Pankaj4121/DSA… Approach : Check Comments Time Complexity: O(n²) Space Complexity: O(1) (excluding output list) #DSA #CodingJourney #LeetCode #Java 🚀

pxnkaj04's tweet image. Day 4 : DSA Challenge 🚀

Question: 3Sum (LeetCode 15)
Pattern: Two Pointers + Sorting
Code: github.com/Pankaj4121/DSA…

Approach : Check Comments

Time Complexity: O(n²)
 Space Complexity: O(1) (excluding output list)

#DSA #CodingJourney #LeetCode #Java 🚀

Day 54: Largest Rectangle in Histogram ✍️💻 Code on screen, logic on paper. Monotonic stack for max area in linear time ⚡ Understanding > memorizing. Code: github.com/anchal-dev/Lee… #LeetCode #CPP #StackMagic #CodingLife

AnchalGupta009's tweet image. Day 54: Largest Rectangle in Histogram ✍️💻
Code on screen, logic on paper.
Monotonic stack for max area in linear time ⚡
Understanding > memorizing.
Code: github.com/anchal-dev/Lee…
#LeetCode #CPP #StackMagic #CodingLife

#Day301 of coding: -leetcode POTD #DSA #LeetCode

the__csy20's tweet image. #Day301 of coding:

-leetcode POTD 

#DSA #LeetCode

📌 Day 85Progress 🎯 POTD: LC #3606 – Validate Coupons 👉 Filtered valid coupons using active status + business line mapping + custom code validation 👉 Used priority mapping + sorting pairs to maintain required order #LeetCode #DSA #100DaysOfCode #CodingJourney #TUFWinterArc

RahulSingh30070's tweet image. 📌 Day 85Progress
🎯 POTD: LC #3606 – Validate Coupons
👉 Filtered valid coupons using active status + business line mapping + custom code validation
👉 Used priority mapping + sorting pairs to maintain required order 
#LeetCode #DSA #100DaysOfCode #CodingJourney #TUFWinterArc

Daily Problem|Coupon Code Validator|Easy #leetcode #dailyquestion #easy #Collections #Java

chiya_pandey's tweet image. Daily Problem|Coupon Code Validator|Easy 
#leetcode #dailyquestion #easy #Collections #Java

Day 2/7 – DSA Challenge ✅ Copy List with Random Pointer cracked. Pointers tried to confuse me, but patience + logic won today. Still learning. Still showing up. 🚀 #DSA #LeetCode #CodingJourney #Day2 #Consistency #ProblemSolving

MallickSay68979's tweet image. Day 2/7 – DSA Challenge ✅
Copy List with Random Pointer cracked.
Pointers tried to confuse me,
but patience + logic won today.
Still learning. Still showing up. 🚀
#DSA #LeetCode #CodingJourney #Day2 #Consistency #ProblemSolving
MallickSay68979's tweet image. Day 2/7 – DSA Challenge ✅
Copy List with Random Pointer cracked.
Pointers tried to confuse me,
but patience + logic won today.
Still learning. Still showing up. 🚀
#DSA #LeetCode #CodingJourney #Day2 #Consistency #ProblemSolving
MallickSay68979's tweet image. Day 2/7 – DSA Challenge ✅
Copy List with Random Pointer cracked.
Pointers tried to confuse me,
but patience + logic won today.
Still learning. Still showing up. 🚀
#DSA #LeetCode #CodingJourney #Day2 #Consistency #ProblemSolving

Day 129-> ->Coupon Code Validator(Lc) starting expense Service for my expenseTracker app #150DaysOfCode #AI #LeetCode #ML #dailycode #dsagrind #systemdesign #backend


Day 13/180 ✅ Solved Spiral Matrix (LC54). Weekend + no sleep for 2 days, so kept it light but didn’t break the streak. #LeetCode #DSA #100DaysOfCode #Coding #Consistency #StudentLife

iasish77's tweet image. Day 13/180 ✅
Solved Spiral Matrix (LC54). Weekend + no sleep for 2 days, so kept it light but didn’t break the streak.
#LeetCode #DSA #100DaysOfCode #Coding #Consistency #StudentLife

📅 Day 70/100 of #100DaysOfCode 💻 DSA: Solved 2 LeetCode problems Capacity To Ship Packages Within D Days Minimum Number of Days to Make m Bouquets 🧠 Learned: Binary search on answer, feasibility checks, and constraint-based optimization. @striver_79 #LeetCode #DSA #code

IsmailSheikh29's tweet image. 📅 Day 70/100 of #100DaysOfCode

💻 DSA: Solved 2 LeetCode problems 
Capacity To Ship Packages Within D Days 
Minimum Number of Days to Make m Bouquets

🧠 Learned: 
Binary search on answer, feasibility checks, and constraint-based optimization.

@striver_79 
#LeetCode #DSA #code

Only solved 2185. Counting Words With a Given Prefix (Easy) today. Light day, but streak > excuses ✅ #LeetCode #DSA #CodingJourney


Day 12/180 ✅ Solved just one problem today (end terms 😭) but kept the streak alive. LC153 done ✔️ #LeetCode #DSA #100DaysOfCode #Coding #StudentLife #Consistency

iasish77's tweet image. Day 12/180 ✅
Solved just one problem today (end terms 😭) but kept the streak alive. LC153 done ✔️
#LeetCode #DSA #100DaysOfCode #Coding #StudentLife #Consistency

“Loooookkkk what’s comingggg!!! 🚀 So excited! After staying consistent and putting in real hard work, I finally got this! Big things loading… #LeetCode #dsa #CodingJourney

T0nish7's tweet image. “Loooookkkk what’s comingggg!!! 🚀
So excited! After staying consistent and putting in real hard work, I finally got this!
Big things loading…
#LeetCode #dsa #CodingJourney

96/100 Solved LC [3531] : Count Covered Buildings #100daysofcode #buildinpublic #LeetCode

bharatalok11's tweet image. 96/100 Solved LC [3531] : Count Covered Buildings #100daysofcode #buildinpublic #LeetCode

Finally crossed 300 on LeetCode 🏆 #CodingJourney #LeetCode @LeetCode

itzAnkitCodes01's tweet image. Finally crossed 300 on LeetCode 🏆
#CodingJourney #LeetCode @LeetCode

You can just do things, by showing up everyday 🤫 ( 258 / 300) #Leetcode #Dsa

reaperggs1001's tweet image. You can just do things, by showing up everyday 🤫 ( 258 / 300)

#Leetcode #Dsa

Day 4/100 learned about recursion and did a leetcode problem only #LearnInPublic #Leetcode #100DaysOfCode #DSA

Rijan1114's tweet image. Day 4/100 
learned about recursion 
and did a leetcode problem only 

 #LearnInPublic #Leetcode #100DaysOfCode #DSA
Rijan1114's tweet image. Day 4/100 
learned about recursion 
and did a leetcode problem only 

 #LearnInPublic #Leetcode #100DaysOfCode #DSA

I think, I should solve 1 problem :) #leetcode

sparrow_harsh's tweet image. I think, I should solve 1 problem :)

#leetcode

“Completed 100 LeetCode problems 🎉It hasn’t been easy, but I’m learning a lot. Excited to keep improving It. Still a long way to go, but I’m proud of the progress". Feeling good and ready for more. #LearningInPublic #java #leetcode #Question

Dhananjay_R_26's tweet image. “Completed 100 LeetCode problems 🎉It hasn’t been easy, but I’m learning a lot. Excited to keep improving It. Still a long way to go, but I’m proud of the progress". Feeling good and ready for more.
#LearningInPublic #java #leetcode #Question

Day 30 of #100DaysOfCode ✅Reverse Nodes in k-Group #LearnInPublic #LeetCode

tanushree705's tweet image. Day 30 of #100DaysOfCode 
✅Reverse Nodes in k-Group
#LearnInPublic #LeetCode

Day 2 / 100 ✅ Solved Subarray Product Less Than K using the Sliding Window pattern. Expanded with right, shrank with left when product ≥ k, and counted valid subarrays in O(n). One more pattern unlocked 🚀 #100DaysOfCode #LeetCode #DSA

UmerKarachiwala's tweet image. Day 2 / 100 ✅
Solved Subarray Product Less Than K using the Sliding Window pattern.

Expanded with right, shrank with left when product ≥ k, and counted valid subarrays in O(n).

One more pattern unlocked 🚀
#100DaysOfCode #LeetCode #DSA

Whenever I need to revise Stack data structure for interviews I just go through these problems #LeetCode

SwaDotDev's tweet image. Whenever I need to revise Stack data structure for interviews
I just go through these problems 
#LeetCode

✅Day - 3 of #21DaysOfCode 🔹#LeetCode PTOD Q3606 Coupon code Validator #buildinpublic #programming #connect #letsconnect

manviCodes's tweet image. ✅Day - 3 of #21DaysOfCode 
🔹#LeetCode PTOD Q3606 Coupon code Validator
#buildinpublic #programming #connect #letsconnect

Day 90 of #100DaysOfCode ✅ Solved LeetCode #1325: Delete Leaves With a Given Value 🍃🪓 A clean recursion-based tree problem — pruning logic felt smooth and intuitive 💪 Feeling more confident than ever with recursion and tree manipulation 🚀 #LeetCode #BinaryTree #Recursion

RishirajSingh_X's tweet image. Day 90 of #100DaysOfCode ✅
Solved LeetCode #1325: Delete Leaves With a Given Value 🍃🪓
A clean recursion-based tree problem — pruning logic felt smooth and intuitive 💪
Feeling more confident than ever with recursion and tree manipulation 🚀
 #LeetCode #BinaryTree #Recursion

Hit 100 days on LeetCode. Showing up > everything. #LeetCode #100DaysOfCode

_priiyanshiii's tweet image. Hit 100 days on LeetCode. Showing up > everything.
 #LeetCode #100DaysOfCode

🏢 LeetCode: Count Covered Buildings ✅ Sets track row/column extremes! Building covered if NOT at any boundary. Check all 4 directions with begin/rbegin. ⚡ O(n log n) with sets 🎯 4-direction check 💡 Sorted containers FTW #LeetCode #CPlusPlus #Sets #100DaysOfCode

me_sajeeb's tweet image. 🏢 LeetCode: Count Covered Buildings ✅

Sets track row/column extremes! Building covered if NOT at any boundary. Check all 4 directions with begin/rbegin.

⚡ O(n log n) with sets 
🎯 4-direction check 
💡 Sorted containers FTW

#LeetCode #CPlusPlus #Sets #100DaysOfCode

Hit 50 LeetCode questions today 💀 Arrays still beat me up daily 😭 But progress is progress 🫡🔥 Ngl, DSA is brutal when you’re just starting. #leetcode #dsa #buildinpublic #CodingJourney #CodingChallenge #GrindMode

Rajveer3x's tweet image. Hit 50 LeetCode questions today 💀
Arrays still beat me up daily 😭
But progress is progress 🫡🔥
Ngl, DSA is brutal when you’re just starting.

#leetcode #dsa #buildinpublic #CodingJourney #CodingChallenge #GrindMode

Day 111 of #100DaysOfCode today solved the #potd on #LeetCode LC[3433]first sort the event arr on the basis(timestamp & offline) after that maintain a offline arr now check event call type if 'all' add 1 to every else for 'here' add 1-online else to mentioned #coding #algorithms

diwa810's tweet image. Day 111 of #100DaysOfCode today solved the #potd on #LeetCode
LC[3433]first sort the event arr on the basis(timestamp & offline)
after that maintain a offline arr
now check event call type if 'all' add 1 to every
else for 'here'  add 1-online
else to mentioned
#coding #algorithms
diwa810's tweet image. Day 111 of #100DaysOfCode today solved the #potd on #LeetCode
LC[3433]first sort the event arr on the basis(timestamp & offline)
after that maintain a offline arr
now check event call type if 'all' add 1 to every
else for 'here'  add 1-online
else to mentioned
#coding #algorithms

Hit my first 100 problems on LeetCode today! Not a huge achievement, but a small step in my journey to get better at DSA . Learning in public from today. Sharing the journey publicly to stay accountable. 🚀 #DSA #LeetCode #coding #LearningInPublic #SoftwareEngineering

Adarshroy001's tweet image. Hit my first 100 problems on LeetCode today!
Not a huge achievement, but a small step in my journey to get better at DSA .
Learning in public from today.
Sharing the journey publicly to stay accountable. 🚀
#DSA #LeetCode #coding #LearningInPublic #SoftwareEngineering

Loading...

Something went wrong.


Something went wrong.


United States Trends