#leetcode 搜尋結果

未找到 "#leetcode" 的結果

Good morning warriors ☀️⚔️ Ready for Weekly Contest 480💻🔥 Let’s crush it🚀 #LeetCode #buildinpublic #100DaysOfCode #DSA

SouravPahwa9's tweet image. Good morning warriors ☀️⚔️

Ready for Weekly Contest 480💻🔥
Let’s crush it🚀

#LeetCode #buildinpublic #100DaysOfCode #DSA

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

未找到 "#leetcode" 的結果
未找到 "#leetcode" 的結果
Loading...

Something went wrong.


Something went wrong.


United States Trends