#neetcode150 search results

#day19 #GATE mission passing marks i know ab tak c khtam hona tha but spend 8 days in health and other koi na recover kr lunga tho arrays khatm sir pura pointer shuru jaha se gadi roke the and after 8 days my brain still woks tho started #neetcode150 lets see #leetcode GN

sahil_saundale's tweet image. #day19 #GATE mission passing marks

i know ab tak c khtam hona tha but 
spend 8 days in health and other koi na recover kr lunga 
tho arrays khatm sir pura 
pointer shuru jaha se gadi roke the 
and after 8 days my brain still woks tho 
started #neetcode150 lets see #leetcode
GN
sahil_saundale's tweet image. #day19 #GATE mission passing marks

i know ab tak c khtam hona tha but 
spend 8 days in health and other koi na recover kr lunga 
tho arrays khatm sir pura 
pointer shuru jaha se gadi roke the 
and after 8 days my brain still woks tho 
started #neetcode150 lets see #leetcode
GN
sahil_saundale's tweet image. #day19 #GATE mission passing marks

i know ab tak c khtam hona tha but 
spend 8 days in health and other koi na recover kr lunga 
tho arrays khatm sir pura 
pointer shuru jaha se gadi roke the 
and after 8 days my brain still woks tho 
started #neetcode150 lets see #leetcode
GN

Day 18 of #100DaysOfCode - solved grouped anagrams together learned new syntaxes - tried found k most frequently repeated items - deep dived into math concepts today like Gauss elimination, matrix inversion and LU decomposition #zigbee #neetcode150

Satya0611's tweet image. Day 18 of #100DaysOfCode 
- solved grouped anagrams together learned new syntaxes
- tried found k most frequently repeated items
- deep dived into math concepts today like Gauss elimination, matrix inversion and LU decomposition 
#zigbee #neetcode150

Just completed #neetcode150 list!! 🎉 by @neetcode1

devjyotshna's tweet image. Just completed #neetcode150 list!! 🎉
by @neetcode1
devjyotshna's tweet image. Just completed #neetcode150 list!! 🎉
by @neetcode1

ok back to progress ... 1st task - #figma work (portfolio thingy) 2nd task - #gate classes (atleast 4hr+ grind) 3rd task - #neetcode150 (1/2) que extra if possible 4th - create page transitions in #react with #gsap let's see 🔥

sahil_saundale's tweet image. ok back to progress ... 
1st task - #figma work (portfolio thingy)
2nd task - #gate classes (atleast 4hr+ grind) 
3rd task - #neetcode150 (1/2) que

extra if possible 
4th -  create page transitions in #react with #gsap
let's see 🔥

Crushed some #NeetCode150 problems today ✅ and also dived into building an upgradable staking smart contract on Ethereum 🔥 Learning how proxies & delegatecalls make contracts upgradeable is next-level! 💻💰 @100xdevs @kirat_tw #LearnInPublic

Sachhhh0605's tweet image. Crushed some #NeetCode150 problems today ✅ and also dived into building an upgradable staking smart contract on Ethereum 🔥 Learning how proxies & delegatecalls make contracts upgradeable is next-level! 💻💰

@100xdevs @kirat_tw #LearnInPublic

Excited to join @TeamSoftway as a SE - II . Kudos to @kirat_tw for the cohort, @arpit_bhayani for the system design videos and @neetcode1 for the #Neetcode150. These resources make you fall in love with engineering, which translates to your work,mindset and a positive result.

Shiv_ssd's tweet image. Excited to join @TeamSoftway as a SE - II . Kudos to @kirat_tw for the cohort,  @arpit_bhayani for the system design videos and @neetcode1 for the #Neetcode150. These resources make you fall in love with engineering, which translates to your work,mindset and a positive result.

Day 66 of the #NeetCode150 Challenge! 🔸Solved two problems using DP today. 1. House Robber 2. House Robber II DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #DSA #DP #Graphs

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

🔸Solved two problems using DP today.

1. House Robber
2. House Robber II 

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

#NeetCode #DSA #DP #Graphs

🧠 Day 8/100 - DSA Focus! Started Neetcode 150 challenge today! ✅ Solved Leetcode- 217 (Contains Duplicate) ✅ Learning essential patterns systematically Building that algorithmic thinking muscle 💪 #DSA #LeetCode #Neetcode150 #100DaysOfCode

kuldeep_dev404's tweet image. 🧠 Day 8/100 - DSA Focus!

Started Neetcode 150 challenge today!
✅ Solved Leetcode- 217 (Contains Duplicate)
✅ Learning essential patterns systematically
Building that algorithmic thinking muscle 💪

#DSA #LeetCode #Neetcode150 #100DaysOfCode

Day 6 of #leetcode #neetcode150 Largest Consecutive Sequence:check each if its the start of a sequence then count how many after are there. then store max O(n) Valid Palindrome:remove extra charecters by isalnum(). then move ptrs from each ends O(n).got lucky with runtime🤭

QuiteIronical's tweet image. Day 6 of #leetcode #neetcode150
Largest Consecutive Sequence:check each if its the start of a sequence then count how many after are there. then store max O(n)
Valid Palindrome:remove extra charecters by isalnum(). then move ptrs from each ends O(n).got lucky with runtime🤭

Day 65 of the #NeetCode150 Challenge! 🔸Started Dynamic Programming  section today. 1. Climbing Stairs 2. Min Cost Climbing Stairs DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #DSA #DP #Graphs

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

🔸Started Dynamic Programming  section today.

1. Climbing Stairs
2. Min Cost Climbing Stairs

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

#NeetCode #DSA #DP #Graphs

Day 12 of #Neetcode150 "Two Integer Sum II". Re-did the sum using 2-pointers (as it was intended to be solved). Had 2 pointers at the ends and sized them as we traversed through the elements till we found a match. O(n) time & O(1) space. #100DaysOfCode

tryhardev's tweet image. Day 12 of #Neetcode150 "Two Integer Sum II". Re-did the sum using 2-pointers (as it was intended to be solved).  Had 2 pointers at the ends and sized them as we traversed through the elements till we found a match. O(n) time & O(1) space.  #100DaysOfCode

Day 2 of #leetcode #neetcode150 🪄 Did one easy and one medium level question. Two Sum -> by Brute force and creating index Hashmap Group Anagram -> by sorting and adding in a Hashmap and appending strings in list. Keep me motivated to keep this up.

QuiteIronical's tweet image. Day 2 of #leetcode #neetcode150 🪄
Did one easy and one medium level question.
Two Sum -> by Brute force and creating index Hashmap
Group Anagram -> by sorting and adding in a Hashmap and appending strings in list.
Keep me motivated to keep this up.

7/150 Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked. 📊 Complexity: Time: O(1) (fixed 9×9) Space: O(1) Feels good seeing messy code turn into clean logic. Onward 💪 #NeetCode150 #LeetCode

raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode
raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode

🚀 Day 68 & 69 of #150dayslevelup: 1️⃣ Solved LQTD! ✅ 2️⃣ Tackled 8️⃣ questions from NeetCode 150—current progress: 74/150 📈 3️⃣ Studied about docker 🐳 4️⃣ Made strides in my Spring Boot project 💻✨ #development #NeetCode150 #SpringBoot #Docker

__ritik_741's tweet image. 🚀 Day 68 & 69 of #150dayslevelup:
1️⃣ Solved LQTD! ✅
2️⃣ Tackled 8️⃣ questions from NeetCode 150—current progress: 74/150 📈
3️⃣ Studied about docker 🐳
4️⃣ Made strides in my Spring Boot project 💻✨
#development #NeetCode150 #SpringBoot #Docker
__ritik_741's tweet image. 🚀 Day 68 & 69 of #150dayslevelup:
1️⃣ Solved LQTD! ✅
2️⃣ Tackled 8️⃣ questions from NeetCode 150—current progress: 74/150 📈
3️⃣ Studied about docker 🐳
4️⃣ Made strides in my Spring Boot project 💻✨
#development #NeetCode150 #SpringBoot #Docker

Day 3 🚀 🔹POTD LeetCode ✅ 🔹Bi-weekly Contest on LeetCode 🔥 🔹2 Mock Interviews 🎙️ 🔹Neetcode grind is ON guys 💻 #leetcode #neetcode150 #DSA #100DaysOfCode #CodingGrind #InterviewPrep

anjaliv1206's tweet image. Day 3 🚀
🔹POTD LeetCode ✅
🔹Bi-weekly Contest on LeetCode 🔥
🔹2 Mock Interviews 🎙️
🔹Neetcode grind is ON guys 💻
#leetcode #neetcode150 #DSA #100DaysOfCode #CodingGrind #InterviewPrep
anjaliv1206's tweet image. Day 3 🚀
🔹POTD LeetCode ✅
🔹Bi-weekly Contest on LeetCode 🔥
🔹2 Mock Interviews 🎙️
🔹Neetcode grind is ON guys 💻
#leetcode #neetcode150 #DSA #100DaysOfCode #CodingGrind #InterviewPrep

8/150 🚀 Solved Longest Consecutive Sequence. I used sorting → grouped consecutive numbers → tracked longest streak. 📊 O(n log n) time, O(n) space. Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾 #NeetCode150 #LeetCode #100DaysOfCode

raheemdevs's tweet image. 8/150 🚀

Solved Longest Consecutive Sequence.
I used sorting → grouped consecutive numbers → tracked longest streak.

📊 O(n log n) time, O(n) space.
Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾

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

Solved Longest Consecutive Sequence.
I used sorting → grouped consecutive numbers → tracked longest streak.

📊 O(n log n) time, O(n) space.
Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾

#NeetCode150 #LeetCode #100DaysOfCode

7/150 Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked. 📊 Complexity: Time: O(1) (fixed 9×9) Space: O(1) Feels good seeing messy code turn into clean logic. Onward 💪 #NeetCode150 #LeetCode

raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode
raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode


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 51 of the #NeetCode150 Challenge! 🔸Solved two graph problems using DFS 1. Pacific Atlantic Water Flow 2. Surrounded Regions DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graphs #DFS #BFS #DSA

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

🔸Solved two graph problems using DFS    

1. Pacific Atlantic Water Flow
2. Surrounded Regions  

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

#NeetCode #Graphs #DFS #BFS #DSA

Day 16 of #100DaysOfCode -complete understanding of spring data jpa and internal flow -jpa keywords for query writing -JPQL language -started neetcode150 sheet to approach and identify patterns in DSA questions, solved 2 questions -learned jquery and syntax #zigbee #neetcode150


Day 3 of #leetcode #neetcode150 Solved 2 Medium level questions. Top K Frequent Elements->create freq hashmap, sort then slice. Product of array except self->create post and prefix arrays. #keepmemotivated

QuiteIronical's tweet image. Day 3 of #leetcode #neetcode150
Solved 2 Medium level questions. 
Top K Frequent Elements->create freq hashmap, sort then slice. 
Product of array except self->create post and prefix arrays. 
#keepmemotivated

Day 66 of the #NeetCode150 Challenge! 🔸Solved two problems using DP today. 1. House Robber 2. House Robber II DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #DSA #DP #Graphs

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

🔸Solved two problems using DP today.

1. House Robber
2. House Robber II 

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

#NeetCode #DSA #DP #Graphs

Day 18 of #100DaysOfCode - solved grouped anagrams together learned new syntaxes - tried found k most frequently repeated items - deep dived into math concepts today like Gauss elimination, matrix inversion and LU decomposition #zigbee #neetcode150

Satya0611's tweet image. Day 18 of #100DaysOfCode 
- solved grouped anagrams together learned new syntaxes
- tried found k most frequently repeated items
- deep dived into math concepts today like Gauss elimination, matrix inversion and LU decomposition 
#zigbee #neetcode150

Day 65 of the #NeetCode150 Challenge! 🔸Started Dynamic Programming  section today. 1. Climbing Stairs 2. Min Cost Climbing Stairs DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #DSA #DP #Graphs

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

🔸Started Dynamic Programming  section today.

1. Climbing Stairs
2. Min Cost Climbing Stairs

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

#NeetCode #DSA #DP #Graphs

Day 64 of the #NeetCode150 Challenge! 🔸Solved a problem today using Advanced Graph. 1. Cheapest Flights Within K Stops DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Algorithms #DSA #Graphs

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

🔸Solved a  problem today using Advanced Graph.  

1. Cheapest Flights Within K Stops

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

#NeetCode #Algorithms #DSA #Graphs

Day 16 of #100DaysOfCode -complete understanding of spring data jpa and internal flow -jpa keywords for query writing -JPQL language -started neetcode150 sheet to approach and identify patterns in DSA questions, solved 2 questions -learned jquery and syntax #zigbee #neetcode150


Day 63 of the #NeetCode150 Challenge! 🔸Solved a 'Hard' graph problem today. 1. Alien Dictionary DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graph #BFS #DSA

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

🔸Solved a 'Hard' graph problem today.

1. Alien Dictionary 

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

#NeetCode #Graph #BFS #DSA

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 61 of the #NeetCode150 Challenge! 🔸Started a new section this weekend: Advanced Graphs! 1. Reconstruct Itinerary DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graph #DSA #CodingJourney

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

🔸Started a new section this weekend: Advanced Graphs!  

1. Reconstruct Itinerary 

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

#NeetCode #Graph #DSA #CodingJourney

Day 60 of the #NeetCode150 Challenge! 🔸Started a new section this weekend: Advanced Graphs! 1. Network Delay Time DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graph #DSA #CodingJourney

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

🔸Started a new section this weekend: Advanced Graphs!

1. Network Delay Time

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

#NeetCode #Graph #DSA #CodingJourney

10/150 🚀 Solved Two Sum II (Input already Sorted). I utilized includes and indexOf, patched for duplicates. 📊 Time: O(n²) 📦 Space: O(1) It works ✅ but I know the sorted array begs for a cleaner two-pointer O(n) approach. Next step 👀. #NeetCode150 #LeetCode #100DaysOfCode

raheemdevs's tweet image. 10/150 🚀

Solved Two Sum II (Input already Sorted).
I utilized includes and indexOf, patched for duplicates.

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

It works ✅ but I know the sorted array begs for a cleaner two-pointer O(n) approach. Next step 👀.

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

Solved Two Sum II (Input already Sorted).
I utilized includes and indexOf, patched for duplicates.

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

It works ✅ but I know the sorted array begs for a cleaner two-pointer O(n) approach. Next step 👀.

#NeetCode150 #LeetCode #100DaysOfCode

9/150 🚀 Solved Valid Palindrome. I leaned on my regex skills 🪄 to strip out non-alphanumerics, then compared the cleaned string with its reverse. ⏱ Time: O(n) 📦 Space: O(n) Regex made the filtering step feel smooth. #NeetCode150 #LeetCode #100DaysOfCode

raheemdevs's tweet image. 9/150 🚀

Solved Valid Palindrome.
I leaned on my regex skills 🪄 to strip out non-alphanumerics, then compared the cleaned string with its reverse.

⏱ Time: O(n)
📦 Space: O(n)

Regex made the filtering step feel smooth. 
#NeetCode150 #LeetCode #100DaysOfCode
raheemdevs's tweet image. 9/150 🚀

Solved Valid Palindrome.
I leaned on my regex skills 🪄 to strip out non-alphanumerics, then compared the cleaned string with its reverse.

⏱ Time: O(n)
📦 Space: O(n)

Regex made the filtering step feel smooth. 
#NeetCode150 #LeetCode #100DaysOfCode


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

9/150 🚀 Solved Valid Palindrome. I leaned on my regex skills 🪄 to strip out non-alphanumerics, then compared the cleaned string with its reverse. ⏱ Time: O(n) 📦 Space: O(n) Regex made the filtering step feel smooth. #NeetCode150 #LeetCode #100DaysOfCode

raheemdevs's tweet image. 9/150 🚀

Solved Valid Palindrome.
I leaned on my regex skills 🪄 to strip out non-alphanumerics, then compared the cleaned string with its reverse.

⏱ Time: O(n)
📦 Space: O(n)

Regex made the filtering step feel smooth. 
#NeetCode150 #LeetCode #100DaysOfCode
raheemdevs's tweet image. 9/150 🚀

Solved Valid Palindrome.
I leaned on my regex skills 🪄 to strip out non-alphanumerics, then compared the cleaned string with its reverse.

⏱ Time: O(n)
📦 Space: O(n)

Regex made the filtering step feel smooth. 
#NeetCode150 #LeetCode #100DaysOfCode

8/150 🚀 Solved Longest Consecutive Sequence. I used sorting → grouped consecutive numbers → tracked longest streak. 📊 O(n log n) time, O(n) space. Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾 #NeetCode150 #LeetCode #100DaysOfCode

raheemdevs's tweet image. 8/150 🚀

Solved Longest Consecutive Sequence.
I used sorting → grouped consecutive numbers → tracked longest streak.

📊 O(n log n) time, O(n) space.
Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾

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

Solved Longest Consecutive Sequence.
I used sorting → grouped consecutive numbers → tracked longest streak.

📊 O(n log n) time, O(n) space.
Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾

#NeetCode150 #LeetCode #100DaysOfCode


8/150 🚀 Solved Longest Consecutive Sequence. I used sorting → grouped consecutive numbers → tracked longest streak. 📊 O(n log n) time, O(n) space. Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾 #NeetCode150 #LeetCode #100DaysOfCode

raheemdevs's tweet image. 8/150 🚀

Solved Longest Consecutive Sequence.
I used sorting → grouped consecutive numbers → tracked longest streak.

📊 O(n log n) time, O(n) space.
Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾

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

Solved Longest Consecutive Sequence.
I used sorting → grouped consecutive numbers → tracked longest streak.

📊 O(n log n) time, O(n) space.
Not the O(n) optimal requirement, but I’m glad I came up with a working version 💪🏾

#NeetCode150 #LeetCode #100DaysOfCode

7/150 Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked. 📊 Complexity: Time: O(1) (fixed 9×9) Space: O(1) Feels good seeing messy code turn into clean logic. Onward 💪 #NeetCode150 #LeetCode

raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode
raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode


Day 58 of the #NeetCode150 Challenge! 🔸Focused on another interesting greedy problem today. 1. Merge Triplets to Form Target Triplet DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Greedy #DSA #CodingJourney

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

🔸Focused on another interesting greedy problem today.

1. Merge Triplets to Form Target Triplet

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

#NeetCode #Greedy #DSA #CodingJourney

7/150 Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked. 📊 Complexity: Time: O(1) (fixed 9×9) Space: O(1) Feels good seeing messy code turn into clean logic. Onward 💪 #NeetCode150 #LeetCode

raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode
raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode

Day 57 of the #NeetCode150 Challenge! 🔸Started the week with two greedy problems. 1. Gas Station 2. Hand of Straights DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Greedy #DSA #Algorithms #CodingJourney

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

🔸Started the week with two greedy problems.

1. Gas Station
2. Hand of Straights

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

#NeetCode #Greedy #DSA #Algorithms #CodingJourney

Day 56 of the #NeetCode150 Challenge! 🔸Wrapped up the week with the two 'Jump Game' problems 1. Jump Game 2. Jump Game II DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Greedy #DSA #Algorithms #CodingJourney

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

🔸Wrapped up the week with the two 'Jump Game' problems  

1. Jump Game 
2. Jump Game II  

DevConnect - devconnect-app-ucu2.onrender.com              

GitHub - github.com/asthaade 

#NeetCode #Greedy #DSA #Algorithms #CodingJourney

Day 55 of the #NeetCode150 Challenge! 🔸Solved my 100th #NeetCode150 problem today using Greedy Algorithm 1. Maximum Subarray DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Greedy #Milestone #100Problems

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

🔸Solved my 100th #NeetCode150 problem today using Greedy Algorithm

1. Maximum Subarray  

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

 #NeetCode #Greedy #Milestone #100Problems

Day 54 of the #NeetCode150 Challenge! 🔸Dived into two more advanced graph problems today 1. Redundant Connection 2. Word Ladder DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graphs #DFS #BFS #DSA

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

🔸Dived into two more advanced graph problems today

1. Redundant Connection
2. Word Ladder

DevConnect - devconnect-app-ucu2.onrender.com        

GitHub - github.com/asthaade 

#NeetCode #Graphs #DFS #BFS #DSA

Day 53 of the #NeetCode150 Challenge! 🔸Solved two problems today 1. Graph valid tree 2. Number of Connected Components In an Undirected Graph DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graphs #DFS #BFS #DSA

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

🔸Solved two problems  today 

1. Graph valid tree
2. Number of Connected Components In an Undirected Graph

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

#NeetCode #Graphs #DFS #BFS #DSA

No results for "#neetcode150"

🧠 Day 8/100 - DSA Focus! Started Neetcode 150 challenge today! ✅ Solved Leetcode- 217 (Contains Duplicate) ✅ Learning essential patterns systematically Building that algorithmic thinking muscle 💪 #DSA #LeetCode #Neetcode150 #100DaysOfCode

kuldeep_dev404's tweet image. 🧠 Day 8/100 - DSA Focus!

Started Neetcode 150 challenge today!
✅ Solved Leetcode- 217 (Contains Duplicate)
✅ Learning essential patterns systematically
Building that algorithmic thinking muscle 💪

#DSA #LeetCode #Neetcode150 #100DaysOfCode

Day 51 of the #NeetCode150 Challenge! 🔸Solved two graph problems using DFS 1. Pacific Atlantic Water Flow 2. Surrounded Regions DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graphs #DFS #BFS #DSA

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

🔸Solved two graph problems using DFS    

1. Pacific Atlantic Water Flow
2. Surrounded Regions  

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

#NeetCode #Graphs #DFS #BFS #DSA

Crushed some #NeetCode150 problems today ✅ and also dived into building an upgradable staking smart contract on Ethereum 🔥 Learning how proxies & delegatecalls make contracts upgradeable is next-level! 💻💰 @100xdevs @kirat_tw #LearnInPublic

Sachhhh0605's tweet image. Crushed some #NeetCode150 problems today ✅ and also dived into building an upgradable staking smart contract on Ethereum 🔥 Learning how proxies & delegatecalls make contracts upgradeable is next-level! 💻💰

@100xdevs @kirat_tw #LearnInPublic

Just completed #neetcode150 list!! 🎉 by @neetcode1

devjyotshna's tweet image. Just completed #neetcode150 list!! 🎉
by @neetcode1
devjyotshna's tweet image. Just completed #neetcode150 list!! 🎉
by @neetcode1

#day19 #GATE mission passing marks i know ab tak c khtam hona tha but spend 8 days in health and other koi na recover kr lunga tho arrays khatm sir pura pointer shuru jaha se gadi roke the and after 8 days my brain still woks tho started #neetcode150 lets see #leetcode GN

sahil_saundale's tweet image. #day19 #GATE mission passing marks

i know ab tak c khtam hona tha but 
spend 8 days in health and other koi na recover kr lunga 
tho arrays khatm sir pura 
pointer shuru jaha se gadi roke the 
and after 8 days my brain still woks tho 
started #neetcode150 lets see #leetcode
GN
sahil_saundale's tweet image. #day19 #GATE mission passing marks

i know ab tak c khtam hona tha but 
spend 8 days in health and other koi na recover kr lunga 
tho arrays khatm sir pura 
pointer shuru jaha se gadi roke the 
and after 8 days my brain still woks tho 
started #neetcode150 lets see #leetcode
GN
sahil_saundale's tweet image. #day19 #GATE mission passing marks

i know ab tak c khtam hona tha but 
spend 8 days in health and other koi na recover kr lunga 
tho arrays khatm sir pura 
pointer shuru jaha se gadi roke the 
and after 8 days my brain still woks tho 
started #neetcode150 lets see #leetcode
GN

Day 5: Solved "Group Anagrams" Used a character frequency array as a unique key to group anagrams into an object. #Neetcode150 #100DaysOfCode

tryhardev's tweet image. Day 5: Solved "Group Anagrams" Used a character frequency array as a unique key to group anagrams into an object. #Neetcode150 #100DaysOfCode

Day 18 of #100DaysOfCode - solved grouped anagrams together learned new syntaxes - tried found k most frequently repeated items - deep dived into math concepts today like Gauss elimination, matrix inversion and LU decomposition #zigbee #neetcode150

Satya0611's tweet image. Day 18 of #100DaysOfCode 
- solved grouped anagrams together learned new syntaxes
- tried found k most frequently repeated items
- deep dived into math concepts today like Gauss elimination, matrix inversion and LU decomposition 
#zigbee #neetcode150

ok back to progress ... 1st task - #figma work (portfolio thingy) 2nd task - #gate classes (atleast 4hr+ grind) 3rd task - #neetcode150 (1/2) que extra if possible 4th - create page transitions in #react with #gsap let's see 🔥

sahil_saundale's tweet image. ok back to progress ... 
1st task - #figma work (portfolio thingy)
2nd task - #gate classes (atleast 4hr+ grind) 
3rd task - #neetcode150 (1/2) que

extra if possible 
4th -  create page transitions in #react with #gsap
let's see 🔥

Excited to join @TeamSoftway as a SE - II . Kudos to @kirat_tw for the cohort, @arpit_bhayani for the system design videos and @neetcode1 for the #Neetcode150. These resources make you fall in love with engineering, which translates to your work,mindset and a positive result.

Shiv_ssd's tweet image. Excited to join @TeamSoftway as a SE - II . Kudos to @kirat_tw for the cohort,  @arpit_bhayani for the system design videos and @neetcode1 for the #Neetcode150. These resources make you fall in love with engineering, which translates to your work,mindset and a positive result.

7/150 Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked. 📊 Complexity: Time: O(1) (fixed 9×9) Space: O(1) Feels good seeing messy code turn into clean logic. Onward 💪 #NeetCode150 #LeetCode

raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode
raheemdevs's tweet image. 7/150

Tackled my first Sudoku Validator today. Rows, cols & sub-boxes gave me a hard time 😅 lots of trial & error before it finally clicked.

📊 Complexity:

Time: O(1) (fixed 9×9)
Space: O(1)

Feels good seeing messy code turn into clean logic. Onward 💪
#NeetCode150 #LeetCode

Day 6 of #leetcode #neetcode150 Largest Consecutive Sequence:check each if its the start of a sequence then count how many after are there. then store max O(n) Valid Palindrome:remove extra charecters by isalnum(). then move ptrs from each ends O(n).got lucky with runtime🤭

QuiteIronical's tweet image. Day 6 of #leetcode #neetcode150
Largest Consecutive Sequence:check each if its the start of a sequence then count how many after are there. then store max O(n)
Valid Palindrome:remove extra charecters by isalnum(). then move ptrs from each ends O(n).got lucky with runtime🤭

Started the #Neetcode150 as a DSA beginner today. Wish me luck.

Shardendu_07's tweet image. Started the #Neetcode150 as a DSA beginner today. Wish me luck.
Shardendu_07's tweet image. Started the #Neetcode150 as a DSA beginner today. Wish me luck.

Day 66 of the #NeetCode150 Challenge! 🔸Solved two problems using DP today. 1. House Robber 2. House Robber II DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #DSA #DP #Graphs

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

🔸Solved two problems using DP today.

1. House Robber
2. House Robber II 

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

#NeetCode #DSA #DP #Graphs

Day 48 of the #NeetCode150 Challenge! 🔸Started the new section today: Graphs! 1. Number of Islands 2. Max Area of Island DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graphs #DFS #BFS #DSA

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

🔸Started the new section today: Graphs!

1. Number of Islands
2. Max Area of Island

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

#NeetCode #Graphs #DFS #BFS #DSA

Day 2 of #leetcode #neetcode150 🪄 Did one easy and one medium level question. Two Sum -> by Brute force and creating index Hashmap Group Anagram -> by sorting and adding in a Hashmap and appending strings in list. Keep me motivated to keep this up.

QuiteIronical's tweet image. Day 2 of #leetcode #neetcode150 🪄
Did one easy and one medium level question.
Two Sum -> by Brute force and creating index Hashmap
Group Anagram -> by sorting and adding in a Hashmap and appending strings in list.
Keep me motivated to keep this up.

Day 65 of the #NeetCode150 Challenge! 🔸Started Dynamic Programming  section today. 1. Climbing Stairs 2. Min Cost Climbing Stairs DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #DSA #DP #Graphs

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

🔸Started Dynamic Programming  section today.

1. Climbing Stairs
2. Min Cost Climbing Stairs

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

#NeetCode #DSA #DP #Graphs

Day 12 of #Neetcode150 "Two Integer Sum II". Re-did the sum using 2-pointers (as it was intended to be solved). Had 2 pointers at the ends and sized them as we traversed through the elements till we found a match. O(n) time & O(1) space. #100DaysOfCode

tryhardev's tweet image. Day 12 of #Neetcode150 "Two Integer Sum II". Re-did the sum using 2-pointers (as it was intended to be solved).  Had 2 pointers at the ends and sized them as we traversed through the elements till we found a match. O(n) time & O(1) space.  #100DaysOfCode

🚀 Day 68 & 69 of #150dayslevelup: 1️⃣ Solved LQTD! ✅ 2️⃣ Tackled 8️⃣ questions from NeetCode 150—current progress: 74/150 📈 3️⃣ Studied about docker 🐳 4️⃣ Made strides in my Spring Boot project 💻✨ #development #NeetCode150 #SpringBoot #Docker

__ritik_741's tweet image. 🚀 Day 68 & 69 of #150dayslevelup:
1️⃣ Solved LQTD! ✅
2️⃣ Tackled 8️⃣ questions from NeetCode 150—current progress: 74/150 📈
3️⃣ Studied about docker 🐳
4️⃣ Made strides in my Spring Boot project 💻✨
#development #NeetCode150 #SpringBoot #Docker
__ritik_741's tweet image. 🚀 Day 68 & 69 of #150dayslevelup:
1️⃣ Solved LQTD! ✅
2️⃣ Tackled 8️⃣ questions from NeetCode 150—current progress: 74/150 📈
3️⃣ Studied about docker 🐳
4️⃣ Made strides in my Spring Boot project 💻✨
#development #NeetCode150 #SpringBoot #Docker

Day 61 of the #NeetCode150 Challenge! 🔸Started a new section this weekend: Advanced Graphs! 1. Reconstruct Itinerary DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graph #DSA #CodingJourney

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

🔸Started a new section this weekend: Advanced Graphs!  

1. Reconstruct Itinerary 

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

#NeetCode #Graph #DSA #CodingJourney

Day 3: Solved 'Two Sum'. Used an object to store index of numbers, then checked for the complement for every element. 🚀 #Neetcode150 #100DaysOfCode

tryhardev's tweet image. Day 3: Solved 'Two Sum'. Used an object to store index of numbers, then checked for the complement for every element. 🚀 #Neetcode150 #100DaysOfCode

Loading...

Something went wrong.


Something went wrong.


United States Trends