#neetcode 搜尋結果

#neetcode @neetcode1 , literally I am agreeing over all the points of him which he mentioned about the problem solving and always I believe that everyone should be focus on thinking critically according to the problem solving mind set rather than just being getting done things..

Chiragg_030's tweet image. #neetcode 
@neetcode1 , literally I am agreeing over all the points of him which he mentioned about the problem solving and always I believe that everyone should be focus on thinking critically according to the problem solving mind set rather than just being getting done things..

Day 31 Of Hustle #100DaysOfCode Solved 3 problems from NeetCode 250 👇 1.Valid Anagram → used count array (size 26). All zeros = anagram ✅ 2.Two Sum → switched from two pointers to HashMap (works for unsorted + duplicates) ⚡ 3.Longest Common Prefix. #neetcode

DEV_Shivam3224's tweet image. Day 31 Of Hustle #100DaysOfCode

Solved 3 problems from NeetCode 250 👇

1.Valid Anagram → used count array (size 26). All zeros = anagram ✅

2.Two Sum → switched from two pointers to HashMap (works for unsorted + duplicates) ⚡

3.Longest Common Prefix.
#neetcode
DEV_Shivam3224's tweet image. Day 31 Of Hustle #100DaysOfCode

Solved 3 problems from NeetCode 250 👇

1.Valid Anagram → used count array (size 26). All zeros = anagram ✅

2.Two Sum → switched from two pointers to HashMap (works for unsorted + duplicates) ⚡

3.Longest Common Prefix.
#neetcode
DEV_Shivam3224's tweet image. Day 31 Of Hustle #100DaysOfCode

Solved 3 problems from NeetCode 250 👇

1.Valid Anagram → used count array (size 26). All zeros = anagram ✅

2.Two Sum → switched from two pointers to HashMap (works for unsorted + duplicates) ⚡

3.Longest Common Prefix.
#neetcode

Lots of thoughts on this rant by Nick from #Neetcode…🤯😖 This reddit response (ss below) echoed a lot of my own thoughts & understanding too. One thing I’d add is that he is part of the reason the system has taken the shape it has today and I feel he’s a bit too proud to see…

vennila_307's tweet image. Lots of thoughts on this rant by Nick from #Neetcode…🤯😖

This reddit response (ss below) echoed a lot of my own thoughts & understanding too.

One thing I’d add is that he is part of the reason the system has taken the shape it has today and I feel he’s a bit too proud to see…

What is the output for this basic Js code? #neetcode or #leetcode ?

DevDudley's tweet image. What is the output for this basic Js code?

#neetcode or #leetcode ?

Day 8 – DevVlog Only did LeetCode today and completed the POTD Also covered the n8n basics from the JavaScript Mastery YouTube channel. That’s all for today good night, folks! 🌌 #CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic

pawankalyandev's tweet image. Day 8 – DevVlog   
Only did LeetCode today and completed the POTD 
Also covered the n8n basics from the JavaScript Mastery YouTube channel.
That’s all for today good night, folks! 🌌
#CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic…
pawankalyandev's tweet image. Day 8 – DevVlog   
Only did LeetCode today and completed the POTD 
Also covered the n8n basics from the JavaScript Mastery YouTube channel.
That’s all for today good night, folks! 🌌
#CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic…

🎯Solving #neetcode blind 75 ✅Solved 1 Leetcode medium problem #buildinpublic #DSA #leetcode #java #androiddev #GFG #letsconnect

shalenmathew's tweet image. 🎯Solving #neetcode blind 75 

✅Solved 1 Leetcode medium problem

#buildinpublic #DSA #leetcode  #java #androiddev #GFG #letsconnect
shalenmathew's tweet image. 🎯Solving #neetcode blind 75 

✅Solved 1 Leetcode medium problem

#buildinpublic #DSA #leetcode  #java #androiddev #GFG #letsconnect
shalenmathew's tweet image. 🎯Solving #neetcode blind 75 

✅Solved 1 Leetcode medium problem

#buildinpublic #DSA #leetcode  #java #androiddev #GFG #letsconnect

Day 8: Longest Consecutive Sequence To solve this, I first created a hash set (numSet) to store the unique numbers from the array. Then, I initialized a longest variable to keep track of the longest sequence. 🧵 #DSA #neetcode #leetcodeproblems #javascript #programming

PrinceUdum's tweet image. Day 8: Longest Consecutive Sequence

To solve this, I first created a hash set (numSet) to store the unique numbers from the array. Then, I initialized a longest variable to keep track of the longest sequence.
🧵 

#DSA #neetcode #leetcodeproblems #javascript #programming

Walls and Gates The key idea here is to starting BFS at multiple points , multi-source BFS to be precise. Push all the gates into the queue and start bfs simultaneously #Neetcode

RishiKumarSRK's tweet image. Walls and Gates 

The key idea here is to starting BFS at multiple points , multi-source BFS to be precise.

Push all the gates into the queue and start bfs simultaneously 
#Neetcode

Finished with the 150 questions roadmap now will go for core skill 45 #neetcode #leetcode #DSA #dailydsa

Shahid_kh3n's tweet image. Finished with the 150 questions roadmap now will go for core skill 45 #neetcode #leetcode #DSA #dailydsa
Shahid_kh3n's tweet image. Finished with the 150 questions roadmap now will go for core skill 45 #neetcode #leetcode #DSA #dailydsa

revise the stuff once more then i will get started with graphs and DP, excited #DSA #leetcode #neetcode @neetcode1

janardan_ai's tweet image. revise the stuff once more then i will get started with graphs and DP, excited 
#DSA 
#leetcode 
#neetcode
@neetcode1

🚀 Day 38 of #100DaysOfCode Today's Fookin menu: ✅2sql question ✅3dp problem ✅1 two pointer problem ✅ Revise stats Welcome to Fight Club!! #neetcode #neetcode75 #leetcode #dsa #letsconnect #kaggle #Statistics #math #MarvelStudios #marvel #spiderman

harsh_rawa47363's tweet image. 🚀 Day 38 of #100DaysOfCode
Today's Fookin menu:

✅2sql question
✅3dp problem
✅1 two pointer problem
✅ Revise stats

Welcome to Fight Club!!

#neetcode #neetcode75 #leetcode #dsa #letsconnect #kaggle #Statistics #math #MarvelStudios #marvel #spiderman

Day 12 of #100DaysOfCode ✅Refreshed on sliding window technique ✅Solved two medium Leetcode problem on same #LeetCode #NeetCode #Java #DSA

HrbmtCodes's tweet image. Day 12 of #100DaysOfCode 
✅Refreshed on sliding window technique
✅Solved two medium Leetcode problem on same
#LeetCode #NeetCode #Java #DSA

Python is a cheat language 😂😂. I have been practicing leetcode #leetcode for a while now and I noticed how python makes most problems and algorithms stupidly simple 😂😂 Different solutions for one problem. #TECH4ALL #neetcode #leetcode

NwaekwuD's tweet image. Python is a cheat language 😂😂.
I have been practicing leetcode #leetcode for a while now and I noticed how python makes most problems and algorithms stupidly simple 😂😂

Different solutions for one problem.

#TECH4ALL  #neetcode  #leetcode
NwaekwuD's tweet image. Python is a cheat language 😂😂.
I have been practicing leetcode #leetcode for a while now and I noticed how python makes most problems and algorithms stupidly simple 😂😂

Different solutions for one problem.

#TECH4ALL  #neetcode  #leetcode
NwaekwuD's tweet image. Python is a cheat language 😂😂.
I have been practicing leetcode #leetcode for a while now and I noticed how python makes most problems and algorithms stupidly simple 😂😂

Different solutions for one problem.

#TECH4ALL  #neetcode  #leetcode

🔥 Day 1 of the NeetCode Roadmap begins! I’m finally committing to mastering DSA- one problem, one day, one step at a time. Who else is grinding through LeetCode right now? Let’s keep each other accountable. Drop a“🧠”if you’re in! #NeetCode #LeetCode #DevJourney #100DaysOfCode

PrathEffect's tweet image. 🔥 Day 1 of the NeetCode Roadmap begins!
I’m finally committing to mastering DSA- one problem, one day, one step at a time.
Who else is grinding through LeetCode right now?
Let’s keep each other accountable. Drop a“🧠”if you’re in!
#NeetCode #LeetCode #DevJourney #100DaysOfCode

Day 62 of the #NeetCode150 Challenge! 🔸Solved two challenging Advanced Graph problems. 1. Min Cost to Connect All Points 2. Swim In Rising Water DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graph

astha_ade's tweet image. Day 62 of the #NeetCode150 Challenge!                 

🔸Solved two challenging Advanced Graph problems. 

1. Min Cost to Connect All Points
2. Swim In Rising Water

DevConnect - devconnect-app-ucu2.onrender.com                     
GitHub - github.com/asthaade 

#NeetCode #Graph

Day 12/150 Problem: Longest Substring Without Repeating Characters Used a sliding window with two pointers to track the longest stretch of unique characters. Each char’s last seen index lets me skip duplicates in O(1) time. ⏱️ O(n) time | 💾 O(k) space #NeetCode #100DaysOfCode

raheemdevs's tweet image. Day 12/150
Problem: Longest Substring Without Repeating Characters

Used a sliding window with two pointers to track the longest stretch of unique characters.
Each char’s last seen index lets me skip duplicates in O(1) time.

⏱️ O(n) time | 💾 O(k) space

#NeetCode #100DaysOfCode
raheemdevs's tweet image. Day 12/150
Problem: Longest Substring Without Repeating Characters

Used a sliding window with two pointers to track the longest stretch of unique characters.
Each char’s last seen index lets me skip duplicates in O(1) time.

⏱️ O(n) time | 💾 O(k) space

#NeetCode #100DaysOfCode

11/150 NeetCode 🚀 Solved Container With Most Water Problem. Used the two-pointer technique expanding inward from both ends to find the max area efficiently. 📊 Time: O(n) 📦 Space: O(1) #NeetCode150 #LeetCode #100DaysOfCode

raheemdevs's tweet image. 11/150 NeetCode 🚀

Solved Container With Most Water Problem.
Used the two-pointer technique
expanding inward from both ends to find the max area efficiently.

📊 Time: O(n)
📦 Space: O(1)

#NeetCode150 #LeetCode #100DaysOfCode
raheemdevs's tweet image. 11/150 NeetCode 🚀

Solved Container With Most Water Problem.
Used the two-pointer technique
expanding inward from both ends to find the max area efficiently.

📊 Time: O(n)
📦 Space: O(1)

#NeetCode150 #LeetCode #100DaysOfCode


#neetcode @neetcode1 , literally I am agreeing over all the points of him which he mentioned about the problem solving and always I believe that everyone should be focus on thinking critically according to the problem solving mind set rather than just being getting done things..

Chiragg_030's tweet image. #neetcode 
@neetcode1 , literally I am agreeing over all the points of him which he mentioned about the problem solving and always I believe that everyone should be focus on thinking critically according to the problem solving mind set rather than just being getting done things..

Lots of thoughts on this rant by Nick from #Neetcode…🤯😖 This reddit response (ss below) echoed a lot of my own thoughts & understanding too. One thing I’d add is that he is part of the reason the system has taken the shape it has today and I feel he’s a bit too proud to see…

vennila_307's tweet image. Lots of thoughts on this rant by Nick from #Neetcode…🤯😖

This reddit response (ss below) echoed a lot of my own thoughts & understanding too.

One thing I’d add is that he is part of the reason the system has taken the shape it has today and I feel he’s a bit too proud to see…

Todays DSA update - 1 linked list, 1 binary search 41/150 #neetcode


Day 8 – DevVlog Only did LeetCode today and completed the POTD Also covered the n8n basics from the JavaScript Mastery YouTube channel. That’s all for today good night, folks! 🌌 #CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic

pawankalyandev's tweet image. Day 8 – DevVlog   
Only did LeetCode today and completed the POTD 
Also covered the n8n basics from the JavaScript Mastery YouTube channel.
That’s all for today good night, folks! 🌌
#CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic…
pawankalyandev's tweet image. Day 8 – DevVlog   
Only did LeetCode today and completed the POTD 
Also covered the n8n basics from the JavaScript Mastery YouTube channel.
That’s all for today good night, folks! 🌌
#CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic…

Day 42 of #100DaysOfCode - solved sub array minimus with different TCs and other problems in different ways - revised all html, css concepts read so far #zigbee #NeetCode #Defence


Day 41 of #100DaysOfCode - next greater element in circular array - revised cloud instance making and and networking concepts #zigbee #NeetCode


Day 55 - Trees (Easy) Done. Easy section of Tree related q's on neetcode done. Getting more comfortable with applying DFS/BFS algos but need to work on producing speedy solutions. #100DaysOfCode #trees #neetcode #dfs #bfs


DSA mode: activated 🔥 #neetcode

DEV_Shivam3224's tweet image. DSA mode: activated 🔥
#neetcode

#neetcode @neetcode1 , literally I am agreeing over all the points of him which he mentioned about the problem solving and always I believe that everyone should be focus on thinking critically according to the problem solving mind set rather than just being getting done things..

Chiragg_030's tweet image. #neetcode 
@neetcode1 , literally I am agreeing over all the points of him which he mentioned about the problem solving and always I believe that everyone should be focus on thinking critically according to the problem solving mind set rather than just being getting done things..

Day 8 – DevVlog Only did LeetCode today and completed the POTD Also covered the n8n basics from the JavaScript Mastery YouTube channel. That’s all for today good night, folks! 🌌 #CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic

pawankalyandev's tweet image. Day 8 – DevVlog   
Only did LeetCode today and completed the POTD 
Also covered the n8n basics from the JavaScript Mastery YouTube channel.
That’s all for today good night, folks! 🌌
#CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic…
pawankalyandev's tweet image. Day 8 – DevVlog   
Only did LeetCode today and completed the POTD 
Also covered the n8n basics from the JavaScript Mastery YouTube channel.
That’s all for today good night, folks! 🌌
#CodingJourney #LeetCode #NeetCode #WebDev #FullStack #Automation #n8n #BuildInPublic…

🎯Solving #neetcode blind 75 ✅Solved 1 Leetcode medium problem #buildinpublic #DSA #leetcode #java #androiddev #GFG #letsconnect

shalenmathew's tweet image. 🎯Solving #neetcode blind 75 

✅Solved 1 Leetcode medium problem

#buildinpublic #DSA #leetcode  #java #androiddev #GFG #letsconnect
shalenmathew's tweet image. 🎯Solving #neetcode blind 75 

✅Solved 1 Leetcode medium problem

#buildinpublic #DSA #leetcode  #java #androiddev #GFG #letsconnect
shalenmathew's tweet image. 🎯Solving #neetcode blind 75 

✅Solved 1 Leetcode medium problem

#buildinpublic #DSA #leetcode  #java #androiddev #GFG #letsconnect

Day 31 Of Hustle #100DaysOfCode Solved 3 problems from NeetCode 250 👇 1.Valid Anagram → used count array (size 26). All zeros = anagram ✅ 2.Two Sum → switched from two pointers to HashMap (works for unsorted + duplicates) ⚡ 3.Longest Common Prefix. #neetcode

DEV_Shivam3224's tweet image. Day 31 Of Hustle #100DaysOfCode

Solved 3 problems from NeetCode 250 👇

1.Valid Anagram → used count array (size 26). All zeros = anagram ✅

2.Two Sum → switched from two pointers to HashMap (works for unsorted + duplicates) ⚡

3.Longest Common Prefix.
#neetcode
DEV_Shivam3224's tweet image. Day 31 Of Hustle #100DaysOfCode

Solved 3 problems from NeetCode 250 👇

1.Valid Anagram → used count array (size 26). All zeros = anagram ✅

2.Two Sum → switched from two pointers to HashMap (works for unsorted + duplicates) ⚡

3.Longest Common Prefix.
#neetcode
DEV_Shivam3224's tweet image. Day 31 Of Hustle #100DaysOfCode

Solved 3 problems from NeetCode 250 👇

1.Valid Anagram → used count array (size 26). All zeros = anagram ✅

2.Two Sum → switched from two pointers to HashMap (works for unsorted + duplicates) ⚡

3.Longest Common Prefix.
#neetcode

Day 62 of the #NeetCode150 Challenge! 🔸Solved two challenging Advanced Graph problems. 1. Min Cost to Connect All Points 2. Swim In Rising Water DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graph

astha_ade's tweet image. Day 62 of the #NeetCode150 Challenge!                 

🔸Solved two challenging Advanced Graph problems. 

1. Min Cost to Connect All Points
2. Swim In Rising Water

DevConnect - devconnect-app-ucu2.onrender.com                     
GitHub - github.com/asthaade 

#NeetCode #Graph

Day 8: Longest Consecutive Sequence To solve this, I first created a hash set (numSet) to store the unique numbers from the array. Then, I initialized a longest variable to keep track of the longest sequence. 🧵 #DSA #neetcode #leetcodeproblems #javascript #programming

PrinceUdum's tweet image. Day 8: Longest Consecutive Sequence

To solve this, I first created a hash set (numSet) to store the unique numbers from the array. Then, I initialized a longest variable to keep track of the longest sequence.
🧵 

#DSA #neetcode #leetcodeproblems #javascript #programming

Day 59 of the #NeetCode150 Challenge! 🔸Dived into two fascinating greedy problems today. 1. Partition Labels 2. Valid Parenthesis DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Greedy #DSA #CodingJourney

astha_ade's tweet image. Day 59 of the #NeetCode150 Challenge!           

🔸Dived into two fascinating greedy problems today.

1. Partition Labels 
2. Valid Parenthesis

DevConnect - devconnect-app-ucu2.onrender.com                  
GitHub - github.com/asthaade 

#NeetCode #Greedy #DSA #CodingJourney

What is the output for this basic Js code? #neetcode or #leetcode ?

DevDudley's tweet image. What is the output for this basic Js code?

#neetcode or #leetcode ?

Me: “I’ll finish NeetCode in 3 months.” Life: takes over for 3 weeks Restarting the NeetCode roadmap today. #NeetCode #devlife

PrathEffect's tweet image. Me: “I’ll finish NeetCode in 3 months.”
Life: takes over for 3 weeks
Restarting the NeetCode roadmap today.
#NeetCode #devlife

🚀 Day 38 of #100DaysOfCode Today's Fookin menu: ✅2sql question ✅3dp problem ✅1 two pointer problem ✅ Revise stats Welcome to Fight Club!! #neetcode #neetcode75 #leetcode #dsa #letsconnect #kaggle #Statistics #math #MarvelStudios #marvel #spiderman

harsh_rawa47363's tweet image. 🚀 Day 38 of #100DaysOfCode
Today's Fookin menu:

✅2sql question
✅3dp problem
✅1 two pointer problem
✅ Revise stats

Welcome to Fight Club!!

#neetcode #neetcode75 #leetcode #dsa #letsconnect #kaggle #Statistics #math #MarvelStudios #marvel #spiderman

Day 11 567. Permutation of String Neetcode 19/150 #letsconnect #neetcode

kRamu581's tweet image. Day 11
567. Permutation of String 
Neetcode 19/150

#letsconnect #neetcode
kRamu581's tweet image. Day 11
567. Permutation of String 
Neetcode 19/150

#letsconnect #neetcode

Lots of thoughts on this rant by Nick from #Neetcode…🤯😖 This reddit response (ss below) echoed a lot of my own thoughts & understanding too. One thing I’d add is that he is part of the reason the system has taken the shape it has today and I feel he’s a bit too proud to see…

vennila_307's tweet image. Lots of thoughts on this rant by Nick from #Neetcode…🤯😖

This reddit response (ss below) echoed a lot of my own thoughts & understanding too.

One thing I’d add is that he is part of the reason the system has taken the shape it has today and I feel he’s a bit too proud to see…

Finished with the 150 questions roadmap now will go for core skill 45 #neetcode #leetcode #DSA #dailydsa

Shahid_kh3n's tweet image. Finished with the 150 questions roadmap now will go for core skill 45 #neetcode #leetcode #DSA #dailydsa
Shahid_kh3n's tweet image. Finished with the 150 questions roadmap now will go for core skill 45 #neetcode #leetcode #DSA #dailydsa

Loading...

Something went wrong.


Something went wrong.


United States Trends