ไม่พบผลลัพธ์สำหรับ "#leetcode"

When a class wears many hats, none of them fit well. If a class changes for multiple unrelated reasons , it's violating SRP and should be split. SRP : Single responsibility Principle #LeetCode #fullstack #Devcommunity #code #claude #ai


2092. Find All People With Secret #Leetcode

imIchaturvedi's tweet image. 2092. Find All People With Secret
#Leetcode

[8/100] 3Sum . Solved this problem : started with a brute-force approach, then optimized it using two loops with the two-pointer technique, and finally arrived at the most efficient solution. #DSA #leetcodeproblems #Leetcode

D1P_TESH's tweet image. [8/100] 3Sum  
.
Solved this problem : started with a brute-force approach, then optimized it using two loops with the two-pointer technique, and finally arrived at the most efficient solution. #DSA #leetcodeproblems #Leetcode
D1P_TESH's tweet image. [8/100] 3Sum  
.
Solved this problem : started with a brute-force approach, then optimized it using two loops with the two-pointer technique, and finally arrived at the most efficient solution. #DSA #leetcodeproblems #Leetcode
D1P_TESH's tweet image. [8/100] 3Sum  
.
Solved this problem : started with a brute-force approach, then optimized it using two loops with the two-pointer technique, and finally arrived at the most efficient solution. #DSA #leetcodeproblems #Leetcode
D1P_TESH's tweet image. [8/100] 3Sum  
.
Solved this problem : started with a brute-force approach, then optimized it using two loops with the two-pointer technique, and finally arrived at the most efficient solution. #DSA #leetcodeproblems #Leetcode

Day 89/365 – #365DaysOfLeetCodeChallenge “Longest Palindromic Substring” 💫 Expand around center → check odd & even cases → track max span. Clean O(n²). #leetcode #java #DSA #coding #programming

Shubhampateldev's tweet image. Day 89/365 – #365DaysOfLeetCodeChallenge
“Longest Palindromic Substring” 💫
Expand around center → check odd & even cases → track max span. Clean O(n²).
#leetcode #java #DSA #coding #programming
Shubhampateldev's tweet image. Day 89/365 – #365DaysOfLeetCodeChallenge
“Longest Palindromic Substring” 💫
Expand around center → check odd & even cases → track max span. Clean O(n²).
#leetcode #java #DSA #coding #programming
Shubhampateldev's tweet image. Day 89/365 – #365DaysOfLeetCodeChallenge
“Longest Palindromic Substring” 💫
Expand around center → check odd & even cases → track max span. Clean O(n²).
#leetcode #java #DSA #coding #programming
Shubhampateldev's tweet image. Day 89/365 – #365DaysOfLeetCodeChallenge
“Longest Palindromic Substring” 💫
Expand around center → check odd & even cases → track max span. Clean O(n²).
#leetcode #java #DSA #coding #programming

Morning ☀️ LeetCode done. One problem closer. #LeetCode #DSA #ProblemSolving

DeepDas890's tweet image. Morning ☀️ LeetCode done. One problem closer.

#LeetCode #DSA #ProblemSolving

Solved today’s LeetCode problem 💻 Best Time to Buy and Sell Stock using Strategy a tricky-looking trading problem solved using clean prefix sum + sliding window Love when math + DSA clicks 🔥 #LeetCode #DSA #Algorithms #Java #ProblemSolving #CodingJourney #DailyCoding

BISHALM50803419's tweet image. Solved today’s LeetCode problem 💻

Best Time to Buy and Sell Stock using Strategy
a tricky-looking trading problem solved using  clean prefix sum + sliding window 
Love when math + DSA clicks 🔥
#LeetCode #DSA #Algorithms #Java #ProblemSolving #CodingJourney #DailyCoding

50 consecutive days of LeetCode. Still a long way to go—but this streak is mine. #LeetCode #50DaysOfCode #DSA #CodingJourney #Consistency #ProblemSolving #CodeEveryDay

Ojas_sinh's tweet image. 50 consecutive days of LeetCode.
Still a long way to go—but this streak is mine.

#LeetCode #50DaysOfCode #DSA #CodingJourney
#Consistency #ProblemSolving #CodeEveryDay

Day 3/100 question: 1822 The grind continues! I challenged myself to really think outside the box. To get 4 I can do: (1)4 or (1+1+1+1) or (3+1) ...the point is identifying the efficient and memory saving way to arrive at my answer. #100DaysOfCode #LeetCode

paulkinyatti's tweet image. Day 3/100
question: 1822

The grind continues! I challenged myself to really think outside the box. To get 4 I can do: (1)4 or (1+1+1+1) or (3+1) ...the point is identifying the efficient and memory saving way to arrive at my answer.
#100DaysOfCode #LeetCode

LeetCode SQL 50 – Daily Update 🚀 Solved problems 12, 13, and 14 today ✔ Total solved: 14/50 Consistency > motivation 💪 #LeetCode #SQL #Fresher #Backend #DataAnalytics

_dubey_harsh's tweet image. LeetCode SQL 50 – Daily Update 🚀

Solved problems 12, 13, and 14 today ✔
Total solved: 14/50

Consistency > motivation 💪

#LeetCode #SQL #Fresher #Backend #DataAnalytics
_dubey_harsh's tweet image. LeetCode SQL 50 – Daily Update 🚀

Solved problems 12, 13, and 14 today ✔
Total solved: 14/50

Consistency > motivation 💪

#LeetCode #SQL #Fresher #Backend #DataAnalytics
_dubey_harsh's tweet image. LeetCode SQL 50 – Daily Update 🚀

Solved problems 12, 13, and 14 today ✔
Total solved: 14/50

Consistency > motivation 💪

#LeetCode #SQL #Fresher #Backend #DataAnalytics

Day 59: Koko Eating Bananas 🍌 Approach: Binary Search on Answer Check speed → adjust range → converge to minimum Simple logic, powerful pattern ⚡ Code: github.com/anchal-dev/Lee… #LeetCode #CPP #BinarySearch #DSA #CodingLife

AnchalGupta009's tweet image. Day 59: Koko Eating Bananas 🍌
Approach: Binary Search on Answer
Check speed → adjust range → converge to minimum
Simple logic, powerful pattern ⚡
Code: github.com/anchal-dev/Lee…
#LeetCode #CPP #BinarySearch #DSA #CodingLife

Day 78/100 – #100DaysOfCode 🚀 Solved Queue Reconstruction by Height ✔ Sort by height ↓, k ↑ ✔ Insert each person at index k ✔ Taller people placed first → constraints preserved TC: O(N²) #Java #LeetCode #Greedy #Sorting

MohdHaider9603's tweet image. Day 78/100 – #100DaysOfCode 🚀

Solved Queue Reconstruction by Height

✔ Sort by height ↓, k ↑
✔ Insert each person at index k
✔ Taller people placed first → constraints preserved
TC: O(N²)
#Java #LeetCode #Greedy #Sorting

youtube.com/watch?v=qMs30u… In this video we solve LeetCode 399: “Evaluate Division” using C++ and a clean graph + DFS/BFS approach. We are given equations like a / b = k and we need to answer queries of the form x / y = ? #LEETCODE #CPP

SolutionsLan's tweet image. youtube.com/watch?v=qMs30u…
In this video we solve LeetCode 399: “Evaluate Division” using C++ and a clean graph + DFS/BFS approach.  We are given equations like a / b = k and we need to answer queries of the form x / y = ?   #LEETCODE #CPP

Day 77/100 – #100DaysOfCode 🚀 Solved Convert a Number to Hexadecimal ✔ Extract last 4 bits using & 15 ✔ Map to hex digits ✔ Use unsigned right shift (>>>) TC: O(1) #Java #LeetCode #BitManipulation

MohdHaider9603's tweet image. Day 77/100 – #100DaysOfCode 🚀

Solved Convert a Number to Hexadecimal

✔ Extract last 4 bits using & 15
✔ Map to hex digits
✔ Use unsigned right shift (>>>)
TC: O(1)
#Java #LeetCode #BitManipulation

💻 Day X | #100DaysOfCode 🚀 Interview day with HCL (On-Campus), so limited coding today 👇✅ LeetCode POTD ✅ GeeksforGeeks POTD (2 approaches) ✅ Scramble String problem (DP) ✅ Java OOPs interview revision #100DaysOfCode #LeetCode #GeeksforGeeks #DSA #Java #InterviewPreparatio

Navneet31537380's tweet image. 💻 Day X | #100DaysOfCode 🚀
Interview day with HCL (On-Campus), so limited coding today 👇✅ LeetCode POTD
✅ GeeksforGeeks POTD (2 approaches)
✅ Scramble String problem (DP)
✅ Java OOPs interview revision
#100DaysOfCode #LeetCode #GeeksforGeeks #DSA #Java
#InterviewPreparatio
Navneet31537380's tweet image. 💻 Day X | #100DaysOfCode 🚀
Interview day with HCL (On-Campus), so limited coding today 👇✅ LeetCode POTD
✅ GeeksforGeeks POTD (2 approaches)
✅ Scramble String problem (DP)
✅ Java OOPs interview revision
#100DaysOfCode #LeetCode #GeeksforGeeks #DSA #Java
#InterviewPreparatio

👨🏻‍💻Day 97/100 ~💻155. Min Stack #100DaysOfCode #DSA #leetcode

AnuragBuilds's tweet image. 👨🏻‍💻Day 97/100

    ~💻155. Min Stack

#100DaysOfCode #DSA #leetcode
AnuragBuilds's tweet image. 👨🏻‍💻Day 97/100

    ~💻155. Min Stack

#100DaysOfCode #DSA #leetcode

👨🏻‍💻Day 96/100 ~💻20. Valid Parentheses #100DaysOfCode #DSA #LeetCode

AnuragBuilds's tweet image. 👨🏻‍💻Day 96/100

    ~💻20. Valid Parentheses

#100DaysOfCode #DSA #LeetCode

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

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

2092. Find All People With Secret #Leetcode

imIchaturvedi's tweet image. 2092. Find All People With Secret
#Leetcode

365 days of showing up. 🚀 #LeetCode

orion_codes's tweet image. 365 days of showing up. 🚀

#LeetCode

DSA progress — Day update 🚀 Solved 2 problems today in Arrays & Hashing Small steps, staying consistent. #DSA #LeetCode #Consistency #LearningInPublic

_saniyak_09's tweet image. DSA progress — Day update 🚀
Solved 2 problems today in Arrays & Hashing 
Small steps, staying consistent.
#DSA #LeetCode #Consistency #LearningInPublic

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 351 of 2025: 👩‍💻 Code to Crack Companies! ▫️ Most Stones Removed with Same Row or Column #placementprep #2025Goals #leetcode #letsconnect

rituu_09's tweet image. Day 351 of 2025:                      
👩‍💻 Code to Crack Companies!                      
▫️ Most Stones Removed with Same Row or Column
#placementprep #2025Goals #leetcode #letsconnect

Starting DSA seriously 🚀 Arrays & Hashing — 2 / 9 completed ✅ Learning step by step, focusing on fundamentals. #DSA #LeetCode #ArraysAndHashing #JavaScript #LearningInPublic

_saniyak_09's tweet image. Starting DSA seriously 🚀
Arrays & Hashing — 2 / 9 completed ✅
Learning step by step, focusing on fundamentals.
#DSA #LeetCode #ArraysAndHashing #JavaScript #LearningInPublic

Day 59: Koko Eating Bananas 🍌 Approach: Binary Search on Answer Check speed → adjust range → converge to minimum Simple logic, powerful pattern ⚡ Code: github.com/anchal-dev/Lee… #LeetCode #CPP #BinarySearch #DSA #CodingLife

AnchalGupta009's tweet image. Day 59: Koko Eating Bananas 🍌
Approach: Binary Search on Answer
Check speed → adjust range → converge to minimum
Simple logic, powerful pattern ⚡
Code: github.com/anchal-dev/Lee…
#LeetCode #CPP #BinarySearch #DSA #CodingLife

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 125 of #100DaysOfCode 🎯 Solved "6. Zig-Zag Conversion"(Medium)🔥 ✅ Time complexity is O(n). #LeetCode #DSA #Java #CodingJourney #LearnInPublic

Vishesh_DS's tweet image. Day 125 of #100DaysOfCode

🎯 Solved "6. Zig-Zag Conversion"(Medium)🔥
✅ Time complexity is O(n).
#LeetCode #DSA #Java #CodingJourney #LearnInPublic

I am so happy for the person who I was in August..He would be so proud of me! For the first time in my life I have been consistent in doing something..and now I love doing it! Not to stop here..I will keep moving forward ✌🏻! #dsa #LeetCode #100DaysOfCode #Coding #GSOC

RaghavRai558972's tweet image. I am so happy for the person who I was in August..He would be so proud of me! For the first time in my life I have been consistent in doing something..and now I love doing it! Not to stop here..I will keep moving forward ✌🏻!

#dsa #LeetCode #100DaysOfCode #Coding #GSOC

Loading...

Something went wrong.


Something went wrong.


United States Trends