#leetcode résultats de recherche

🚀 LeetCode Daily Challenge: October 14 🚀 3349. Adjacent Increasing Subarrays Detection I 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 14 🚀

3349. Adjacent Increasing Subarrays Detection I

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 14 🚀

3349. Adjacent Increasing Subarrays Detection I

Track possible subarray sizes: current subarray size split into two halves, or smaller of previous subarray and current subarray.

#LeetCode #DSA #Coding #ProblemSolving #LearnInPublic

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

Do you guys make notes while watching tutorial?? Btw... try to guess what I'm learning!! #DSA #CodingJourney #LeetCode

YashSikarwar28's tweet image. Do you guys make notes while watching tutorial??

Btw... try to guess what I'm learning!!

#DSA #CodingJourney #LeetCode

#DAY_86 Day 86/90 ✅Done one question today - Rotate List. #LeetCode #BuildInPublic #DevJourney #90DaysOfCode

twt_Kunal's tweet image. #DAY_86
Day 86/90 
✅Done one question today - Rotate List.

#LeetCode #BuildInPublic #DevJourney #90DaysOfCode

Day 24 of #100DaysOfCode 🔥 Solved 2 LeetCode problems today: 1.Rotate Image 2. Spiral Matrix Took me almost 3.5 hours to figure out the pattern and brute force both, but that’s how growth feels — slow, frustrating, yet powerful #LeetCode #DSA #CodingJourney

DEV_Shivam3224's tweet image. Day 24 of #100DaysOfCode 🔥

Solved 2 LeetCode problems today:

1.Rotate Image
2. Spiral Matrix

Took me almost 3.5 hours  to figure out the pattern and brute force both, but that’s how growth feels — slow, frustrating, yet powerful 
#LeetCode #DSA #CodingJourney
DEV_Shivam3224's tweet image. Day 24 of #100DaysOfCode 🔥

Solved 2 LeetCode problems today:

1.Rotate Image
2. Spiral Matrix

Took me almost 3.5 hours  to figure out the pattern and brute force both, but that’s how growth feels — slow, frustrating, yet powerful 
#LeetCode #DSA #CodingJourney
DEV_Shivam3224's tweet image. Day 24 of #100DaysOfCode 🔥

Solved 2 LeetCode problems today:

1.Rotate Image
2. Spiral Matrix

Took me almost 3.5 hours  to figure out the pattern and brute force both, but that’s how growth feels — slow, frustrating, yet powerful 
#LeetCode #DSA #CodingJourney

100 Days of LeetCode Badge, finally :) #LeetCode #CP #DSA

debmallar's tweet image. 100 Days of LeetCode Badge, finally :)
#LeetCode #CP #DSA

Day 27 of #LeetCode75 Problem: 872. Leaf-Similar Trees Approach: Use DFS to store all leaf values of each tree. Compare both vectors at the end. Time:O(n) Space:O(n) #LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding

ANNISH_SEN's tweet image. Day 27 of #LeetCode75
Problem: 872. Leaf-Similar Trees
Approach:
Use DFS to store all leaf values of each tree.
Compare both vectors at the end.
Time:O(n)
Space:O(n)
#LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding
ANNISH_SEN's tweet image. Day 27 of #LeetCode75
Problem: 872. Leaf-Similar Trees
Approach:
Use DFS to store all leaf values of each tree.
Compare both vectors at the end.
Time:O(n)
Space:O(n)
#LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding

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 194: LeetCode Grind 🧩 714. Best Time to Buy and Sell Stock with Transaction Fee 🔹 Approach: Dynamic Programming (Tabulation) ⚡ Used buy/sell states to decide transactions efficiently 🔥 Goal: Maximize profit considering transaction fee #100DaysOfCode #LeetCode

B_Furqan07's tweet image. ✅ Day 194: LeetCode Grind
🧩 714. Best Time to Buy and Sell Stock with Transaction Fee
🔹 Approach: Dynamic Programming (Tabulation)
⚡ Used buy/sell states to decide transactions efficiently
🔥 Goal: Maximize profit considering transaction fee
#100DaysOfCode #LeetCode

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

Solving LeetCode isn’t about speed — it’s about patterns. Master the thought process, not the syntax. Focus on: Arrays + Two Pointers Sliding Window Trees Graph Traversals Once you see the pattern → problems start repeating 😉 #LeetCode #DSA #kunika

MalhotraKunika's tweet image. Solving LeetCode isn’t about speed — it’s about patterns.

Master the thought process, not the syntax.

Focus on:

Arrays + Two Pointers

Sliding Window

Trees

Graph Traversals

Once you see the pattern → problems start repeating 😉

#LeetCode #DSA #kunika

Day 42&43/100 of Consistency 🔥 #LeetCode #POTD streak goes on! 100-day challenge looking more real every day 📷 🏁

ASHISHK3712's tweet image. Day 42&43/100 of Consistency 🔥 
#LeetCode #POTD streak goes on!     
100-day challenge looking more real every day 📷 🏁

🚀 Day 46 of #100DaysOfCode Solved LeetCode 61 – Rotate List 🔁 Learned to handle linked list rotations efficiently using pointer manipulation & k % n. Runtime: 0ms ⚡️ #LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

RahulGupta_0's tweet image. 🚀 Day 46 of #100DaysOfCode
Solved LeetCode 61 – Rotate List 🔁
Learned to handle linked list rotations efficiently using pointer manipulation & k % n.
Runtime: 0ms ⚡️

#LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

Day 23 of #100DaysOfCode Completed today’s LeetCode problem — making it 106 consecutive days of daily problem-solving! #LeetCode #CodingJourney #Zigbee #100DaysOfCodeChallenge

RojalineSa93267's tweet image. Day 23 of #100DaysOfCode  Completed today’s LeetCode problem — making it 106 consecutive days of daily problem-solving!                    
#LeetCode  #CodingJourney #Zigbee #100DaysOfCodeChallenge
RojalineSa93267's tweet image. Day 23 of #100DaysOfCode  Completed today’s LeetCode problem — making it 106 consecutive days of daily problem-solving!                    
#LeetCode  #CodingJourney #Zigbee #100DaysOfCodeChallenge

Day 55 of #100DaysOfCode Solved 2 classics today: 1: Intersection of Two Linked Lists 2: Container With Most Water Consistency > Motivation. One step at a time. #DSA #LeetCode #ProblemSolving #CodingJourney

Zaryab_005's tweet image. Day 55 of #100DaysOfCode

Solved 2 classics today:

1: Intersection of Two Linked Lists 
2: Container With Most Water

Consistency > Motivation. One step at a time.

#DSA #LeetCode #ProblemSolving #CodingJourney

Leetcode POTD 3349 ✅ Code: working Brain: overheated Explanation: actually written 😮‍💨 Full solution + explanation below 👇 #LeetCode #Coding #POTD

mohitmehtre's tweet image. Leetcode POTD 3349 ✅
Code: working
Brain: overheated
Explanation: actually written 😮‍💨
Full solution + explanation below 👇
#LeetCode #Coding #POTD
mohitmehtre's tweet image. Leetcode POTD 3349 ✅
Code: working
Brain: overheated
Explanation: actually written 😮‍💨
Full solution + explanation below 👇
#LeetCode #Coding #POTD
mohitmehtre's tweet image. Leetcode POTD 3349 ✅
Code: working
Brain: overheated
Explanation: actually written 😮‍💨
Full solution + explanation below 👇
#LeetCode #Coding #POTD

August 2025 ✅ LeetCode DCC wrapped up! Ended the month with a Sudoku Solver — backtracking at its best. 🔢 From daily DSA to late-night debugging, the grind never stops. Daily code, daily growth. 🚀 Consistency always wins. 🚀 #LeetCode #DCC #CodingJourney #WebDev #DSA

DivyanshuV46674's tweet image. August 2025 ✅ LeetCode DCC wrapped up!
Ended the month with a Sudoku Solver — backtracking at its best. 🔢
From daily DSA to late-night debugging, the grind never stops.
Daily code, daily growth. 🚀
Consistency always wins. 🚀
#LeetCode #DCC #CodingJourney #WebDev #DSA

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 22, more Greedy problems, my last one on the topic today. studied AWS, polished an old project #100DaysOfCode #DSA #LeetCode

cCraftsman_'s tweet image. day 22, more Greedy problems, my last one on the topic today. studied AWS, polished an old project
#100DaysOfCode #DSA #LeetCode
cCraftsman_'s tweet image. day 22, more Greedy problems, my last one on the topic today. studied AWS, polished an old project
#100DaysOfCode #DSA #LeetCode

Day 16/100 – #LeetCode100DaysChallenge Problem: First Missing Positive Time: O(n log n) | Space: O(1) | Memory: 56.49 MB (beats 86.89%) Every solved problem strengthens your algorithmic intuition #100DaysOfCode #LeetCode #Java #CodingChallenge #DSA #ProblemSolving #TechJourney

SoumyajitSingh_'s tweet image. Day 16/100 – #LeetCode100DaysChallenge
 Problem: First Missing Positive
Time: O(n log n) | Space: O(1) | Memory: 56.49 MB (beats 86.89%)
Every solved problem strengthens your algorithmic intuition
#100DaysOfCode #LeetCode #Java #CodingChallenge #DSA #ProblemSolving #TechJourney

Solved 2 Medium, 1 Easy on #LeetCode and 6 Easy-Medium on #GFG #Coding #jobsearch

Kshitij423's tweet image. Solved 2 Medium, 1 Easy on #LeetCode and 6 Easy-Medium on #GFG
#Coding #jobsearch
Kshitij423's tweet image. Solved 2 Medium, 1 Easy on #LeetCode and 6 Easy-Medium on #GFG
#Coding #jobsearch
Kshitij423's tweet image. Solved 2 Medium, 1 Easy on #LeetCode and 6 Easy-Medium on #GFG
#Coding #jobsearch

Sometimes it's just these small achievements ✨#LeetCode

18xdeveloper's tweet image. Sometimes it's just these small achievements ✨#LeetCode

#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

Day 27 of #LeetCode75 Problem: 872. Leaf-Similar Trees Approach: Use DFS to store all leaf values of each tree. Compare both vectors at the end. Time:O(n) Space:O(n) #LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding

ANNISH_SEN's tweet image. Day 27 of #LeetCode75
Problem: 872. Leaf-Similar Trees
Approach:
Use DFS to store all leaf values of each tree.
Compare both vectors at the end.
Time:O(n)
Space:O(n)
#LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding
ANNISH_SEN's tweet image. Day 27 of #LeetCode75
Problem: 872. Leaf-Similar Trees
Approach:
Use DFS to store all leaf values of each tree.
Compare both vectors at the end.
Time:O(n)
Space:O(n)
#LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding

🚀 Day 447 of Code 🚀 Solved : ✅ 3349. Adjacent Increasing Subarrays Detection I #Day447 #LeetCode #DSA #ProblemSolving #Arrays #Algorithm #CodingJourney #100DaysOfCode

Mohd_Saqib_'s tweet image. 🚀 Day 447 of Code 🚀

Solved :

✅ 3349. Adjacent Increasing Subarrays Detection I

#Day447 #LeetCode #DSA #ProblemSolving #Arrays #Algorithm #CodingJourney #100DaysOfCode
Mohd_Saqib_'s tweet image. 🚀 Day 447 of Code 🚀

Solved :

✅ 3349. Adjacent Increasing Subarrays Detection I

#Day447 #LeetCode #DSA #ProblemSolving #Arrays #Algorithm #CodingJourney #100DaysOfCode

Continuing the #StriversSheet and solving #LeetCode problems Got the Answer quickly in under 3 mins maybe. Used 2 pointer method

KadamSaitharun's tweet image. Continuing the #StriversSheet and solving #LeetCode problems
Got the Answer quickly in under 3 mins maybe. 
Used 2 pointer method
KadamSaitharun's tweet image. Continuing the #StriversSheet and solving #LeetCode problems
Got the Answer quickly in under 3 mins maybe. 
Used 2 pointer method

Every problem solved is one step closer to growth and mastery! #StriversSheet #LeetCode Solved the Palindrome. Pretty Basic Solution learned in clg

KadamSaitharun's tweet image. Every problem solved is one step closer to growth and mastery! 
#StriversSheet
#LeetCode 
Solved the Palindrome.
Pretty Basic Solution learned in clg
KadamSaitharun's tweet image. Every problem solved is one step closer to growth and mastery! 
#StriversSheet
#LeetCode 
Solved the Palindrome.
Pretty Basic Solution learned in clg

Starting the #StriversSheet today and grinding #LeetCode! Time to level up my DSA skills 💪🏻 Let the grind begin 🚀

KadamSaitharun's tweet image. Starting the #StriversSheet today and grinding #LeetCode! Time to level up my DSA skills 💪🏻
Let the grind begin 🚀
KadamSaitharun's tweet image. Starting the #StriversSheet today and grinding #LeetCode! Time to level up my DSA skills 💪🏻
Let the grind begin 🚀

💻 #Day6 of my DSA grind Problem: Valid Triangle Number Approach: Sort + Two Pointer 🧠 Logic: For every largest side c, Move two pointers to find (a,b) such that a + b > c Add (j - i) when valid ✅ ⏱️O(n²) | 💪 Optimized from brute force O(n³) #DSA #LeetCode #100DaysOfCode #CPP

bitterbhavesh's tweet image. 💻 #Day6 of my DSA grind
Problem: Valid Triangle Number
Approach: Sort + Two Pointer 🧠
Logic:
For every largest side c,
Move two pointers to find (a,b) such that a + b > c
Add (j - i) when valid ✅
⏱️O(n²) | 💪 Optimized from brute force O(n³)
#DSA #LeetCode #100DaysOfCode #CPP

Day 14 #75DaysDSAChallenge 🏔️📷Summited LeetCode 162: Find Peak Element (Binary search: chase the climb, snag the peak) 0 ms | Beats 100% — from slope guess to summit spot-on 📷#DSA #LeetCode #CodingChallenge #ProblemSolving #CONNECT

rajuy004's tweet image. Day 14 #75DaysDSAChallenge 🏔️📷Summited LeetCode 162: Find Peak Element (Binary search: chase the climb, snag the peak) 0 ms | Beats 100% — from slope guess to summit spot-on 📷#DSA #LeetCode #CodingChallenge #ProblemSolving #CONNECT

Day 14 #75DaysDSAChallenge 🏔️⚡ Summited LeetCode 162: Find Peak Element (Binary search: chase the climb, snag the peak) 0 ms | Beats 100% — from slope guess to summit spot-on 😎 Peak fails: The steepest you've skied? #DSA #LeetCode #CodingChallenge #ProblemSolving #connect


#Day98 of grinding until I land a job! 🚀 - Solved these questions today: > Search in a Binary Search Tree > Minimum element in BST > Ceil from BST > Floor in BST #DSA #LeetCode #100DaysOfCode #striversheet

Wannabe_01_'s tweet image. #Day98 of grinding until I land a job! 🚀
- Solved these questions today: 
> Search in a Binary Search Tree
> Minimum element in BST
> Ceil from BST
> Floor in BST
#DSA #LeetCode #100DaysOfCode #striversheet
Wannabe_01_'s tweet image. #Day98 of grinding until I land a job! 🚀
- Solved these questions today: 
> Search in a Binary Search Tree
> Minimum element in BST
> Ceil from BST
> Floor in BST
#DSA #LeetCode #100DaysOfCode #striversheet
Wannabe_01_'s tweet image. #Day98 of grinding until I land a job! 🚀
- Solved these questions today: 
> Search in a Binary Search Tree
> Minimum element in BST
> Ceil from BST
> Floor in BST
#DSA #LeetCode #100DaysOfCode #striversheet
Wannabe_01_'s tweet image. #Day98 of grinding until I land a job! 🚀
- Solved these questions today: 
> Search in a Binary Search Tree
> Minimum element in BST
> Ceil from BST
> Floor in BST
#DSA #LeetCode #100DaysOfCode #striversheet

Day 71/100 – #100DaysOfCode continue study of database - mySQL #LeetCode #DSA #100DaysOfCode

your_shantam's tweet image. Day 71/100 – #100DaysOfCode     

continue study of database - mySQL

#LeetCode #DSA #100DaysOfCode

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

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

🚀 LeetCode Daily Challenge: October 14 🚀 3349. Adjacent Increasing Subarrays Detection I 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 14 🚀

3349. Adjacent Increasing Subarrays Detection I

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 14 🚀

3349. Adjacent Increasing Subarrays Detection I

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

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

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 23 of #100DaysOfCode Completed today’s LeetCode problem — making it 106 consecutive days of daily problem-solving! #LeetCode #CodingJourney #Zigbee #100DaysOfCodeChallenge

RojalineSa93267's tweet image. Day 23 of #100DaysOfCode  Completed today’s LeetCode problem — making it 106 consecutive days of daily problem-solving!                    
#LeetCode  #CodingJourney #Zigbee #100DaysOfCodeChallenge
RojalineSa93267's tweet image. Day 23 of #100DaysOfCode  Completed today’s LeetCode problem — making it 106 consecutive days of daily problem-solving!                    
#LeetCode  #CodingJourney #Zigbee #100DaysOfCodeChallenge

Day 27 of #LeetCode75 Problem: 872. Leaf-Similar Trees Approach: Use DFS to store all leaf values of each tree. Compare both vectors at the end. Time:O(n) Space:O(n) #LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding

ANNISH_SEN's tweet image. Day 27 of #LeetCode75
Problem: 872. Leaf-Similar Trees
Approach:
Use DFS to store all leaf values of each tree.
Compare both vectors at the end.
Time:O(n)
Space:O(n)
#LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding
ANNISH_SEN's tweet image. Day 27 of #LeetCode75
Problem: 872. Leaf-Similar Trees
Approach:
Use DFS to store all leaf values of each tree.
Compare both vectors at the end.
Time:O(n)
Space:O(n)
#LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding

100 Days of LeetCode Badge, finally :) #LeetCode #CP #DSA

debmallar's tweet image. 100 Days of LeetCode Badge, finally :)
#LeetCode #CP #DSA

📅 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

Day 24 of #100DaysOfCode 🔥 Solved 2 LeetCode problems today: 1.Rotate Image 2. Spiral Matrix Took me almost 3.5 hours to figure out the pattern and brute force both, but that’s how growth feels — slow, frustrating, yet powerful #LeetCode #DSA #CodingJourney

DEV_Shivam3224's tweet image. Day 24 of #100DaysOfCode 🔥

Solved 2 LeetCode problems today:

1.Rotate Image
2. Spiral Matrix

Took me almost 3.5 hours  to figure out the pattern and brute force both, but that’s how growth feels — slow, frustrating, yet powerful 
#LeetCode #DSA #CodingJourney
DEV_Shivam3224's tweet image. Day 24 of #100DaysOfCode 🔥

Solved 2 LeetCode problems today:

1.Rotate Image
2. Spiral Matrix

Took me almost 3.5 hours  to figure out the pattern and brute force both, but that’s how growth feels — slow, frustrating, yet powerful 
#LeetCode #DSA #CodingJourney
DEV_Shivam3224's tweet image. Day 24 of #100DaysOfCode 🔥

Solved 2 LeetCode problems today:

1.Rotate Image
2. Spiral Matrix

Took me almost 3.5 hours  to figure out the pattern and brute force both, but that’s how growth feels — slow, frustrating, yet powerful 
#LeetCode #DSA #CodingJourney

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

#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

#DAY_86 Day 86/90 ✅Done one question today - Rotate List. #LeetCode #BuildInPublic #DevJourney #90DaysOfCode

twt_Kunal's tweet image. #DAY_86
Day 86/90 
✅Done one question today - Rotate List.

#LeetCode #BuildInPublic #DevJourney #90DaysOfCode

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

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

🚀 Day 46 of #100DaysOfCode Solved LeetCode 61 – Rotate List 🔁 Learned to handle linked list rotations efficiently using pointer manipulation & k % n. Runtime: 0ms ⚡️ #LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

RahulGupta_0's tweet image. 🚀 Day 46 of #100DaysOfCode
Solved LeetCode 61 – Rotate List 🔁
Learned to handle linked list rotations efficiently using pointer manipulation & k % n.
Runtime: 0ms ⚡️

#LeetCode #Cplusplus #DSA #CodingChallenge #LinkedList @harsh__x07

Loading...

Something went wrong.


Something went wrong.


United States Trends