Had a good start today! Hopeful of solving more problems in the coming days and acing the #neetcode150 list...

keen_moron's tweet image. Had a good start today!
Hopeful of solving more problems in the coming days and acing the #neetcode150 list...

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 69 of the #NeetCode150 Challenge! 🔸Solved two problems using DP. 1. Maximum Product Subarray 2. Word Break DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode150 #DSA #DP

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

🔸Solved two problems using DP.      

1. Maximum Product Subarray 
2. Word Break  

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

#NeetCode150 #DSA #DP

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

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


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

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

🚀 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

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

Today's DSA Update: 2 * Hard Tree 1 * Hard Priority Queue 1 * Medium Priority Queue (Heap) total progress: 66 / 150 #Neetcode150 ( Feeling Much Confident Now : ) )


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 🔥

Day 12 of #150dayslevelup ✅ Solved 2 more problems from the #NeetCode150! Progress: 18/150 ✅ Completed today's #LeetCode question ✅ Finished my #Ecommerce app 🎉 ➡️ Next up: Integrating #Razorpay for payments 🔒 Revisited #JWT tokens for secure #Auth #development

__ritik_741's tweet image. Day 12 of #150dayslevelup
✅ Solved 2 more problems from the #NeetCode150! Progress: 18/150
✅ Completed today's #LeetCode question
✅ Finished my #Ecommerce app 🎉
➡️ Next up: Integrating #Razorpay for payments
🔒 Revisited #JWT tokens for secure #Auth
#development
__ritik_741's tweet image. Day 12 of #150dayslevelup
✅ Solved 2 more problems from the #NeetCode150! Progress: 18/150
✅ Completed today's #LeetCode question
✅ Finished my #Ecommerce app 🎉
➡️ Next up: Integrating #Razorpay for payments
🔒 Revisited #JWT tokens for secure #Auth
#development

🧠 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 30 & 31 0f #150dayslevelup: 1️⃣ ✅ Solved 4 questions from the #NeetCode150 challenge. 2️⃣ 💡 Solved the LQTD! 3️⃣ 📱 Made solid progress on my #flutter and #Python project. #CodingJourney #DevLife #LearningJourney

__ritik_741's tweet image. 🚀 Day 30 & 31 0f #150dayslevelup:

1️⃣ ✅ Solved 4 questions from the #NeetCode150 challenge.
2️⃣ 💡 Solved the LQTD!
3️⃣ 📱 Made solid progress on my #flutter and #Python  project.
#CodingJourney  #DevLife #LearningJourney
__ritik_741's tweet image. 🚀 Day 30 & 31 0f #150dayslevelup:

1️⃣ ✅ Solved 4 questions from the #NeetCode150 challenge.
2️⃣ 💡 Solved the LQTD!
3️⃣ 📱 Made solid progress on my #flutter and #Python  project.
#CodingJourney  #DevLife #LearningJourney

#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 #150dayslevelup! 1️⃣ Solved 3 more questions from the #Neetcode150 📚 (31/150 completed!).💻✨ 2️⃣ Made significant progress on my Meditation App 🧘‍♂️🚀 #AppDev #MeditationApp #ReactNative #CodingJourney #100DaysOfCode

__ritik_741's tweet image. 🚀 Day 18 of #150dayslevelup!

1️⃣ Solved 3 more questions from the #Neetcode150 📚 (31/150 completed!).💻✨

2️⃣ Made significant progress on my Meditation App 🧘‍♂️🚀

#AppDev #MeditationApp #ReactNative #CodingJourney #100DaysOfCode
__ritik_741's tweet image. 🚀 Day 18 of #150dayslevelup!

1️⃣ Solved 3 more questions from the #Neetcode150 📚 (31/150 completed!).💻✨

2️⃣ Made significant progress on my Meditation App 🧘‍♂️🚀

#AppDev #MeditationApp #ReactNative #CodingJourney #100DaysOfCode
__ritik_741's tweet image. 🚀 Day 18 of #150dayslevelup!

1️⃣ Solved 3 more questions from the #Neetcode150 📚 (31/150 completed!).💻✨

2️⃣ Made significant progress on my Meditation App 🧘‍♂️🚀

#AppDev #MeditationApp #ReactNative #CodingJourney #100DaysOfCode

Today's DSA Update: 2 * Hard Tree 1 * Hard Priority Queue 1 * Medium Priority Queue (Heap) total progress: 66 / 150 #Neetcode150 ( Feeling Much Confident Now : ) )


Todays DSA Progress: 3 Linkedlist Questions (Kinda Revision) 2 Hard 1 Easy total progress 62 / 150 #neetcode150


Ajj Exam tha : ( Todays DSA Progress 3 Priority Queue / Heaps Question 2 Easy 1 Medium Total Progress - 56 / 150 #neetcode150


Today’s DSA update- Done 3 trees medium questions Total progress - 50/150 #neetcode150


Had a good start today! Hopeful of solving more problems in the coming days and acing the #neetcode150 list...

keen_moron's tweet image. Had a good start today!
Hopeful of solving more problems in the coming days and acing the #neetcode150 list...

Day 70 of the #NeetCode150 Challenge! 🔸Solved two problems using DP 1. Longest Increasing Subsequence 2. Partition Equal Subset Sum DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade

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

🔸Solved two problems using DP        

1. Longest Increasing Subsequence
2. Partition Equal Subset Sum

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

Day 69 of the #NeetCode150 Challenge! 🔸Solved two problems using DP. 1. Maximum Product Subarray 2. Word Break DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode150 #DSA #DP

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

🔸Solved two problems using DP.      

1. Maximum Product Subarray 
2. Word Break  

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

#NeetCode150 #DSA #DP

Day 68 of the #NeetCode150 Challenge! 🔸Solved two problems using DP. 1. Decode Ways 2. Coin Change DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode150 #DSA #DP #LeetCode

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

🔸Solved two problems using DP.  

1. Decode Ways
2. Coin Change

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

#NeetCode150 #DSA #DP #LeetCode

Day 67 of the #NeetCode150 Challenge! 🔸Solved two problems using DP today. 1. Longest Palindromic Substring 2. Palindromic Substrings DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #DSA #DP

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

🔸Solved two problems using DP today.  

1. Longest Palindromic Substring
2. Palindromic Substrings 

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

#DSA #DP

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

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


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

لا توجد نتائج لـ "#neetcode150"

Had a good start today! Hopeful of solving more problems in the coming days and acing the #neetcode150 list...

keen_moron's tweet image. Had a good start today!
Hopeful of solving more problems in the coming days and acing the #neetcode150 list...

Day 69 of the #NeetCode150 Challenge! 🔸Solved two problems using DP. 1. Maximum Product Subarray 2. Word Break DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode150 #DSA #DP

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

🔸Solved two problems using DP.      

1. Maximum Product Subarray 
2. Word Break  

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

#NeetCode150 #DSA #DP

Day 14 of #NeetCode150 "Container With Most Water". Coded a really easy linear time solution using 2 pointers to track the first and the last element and moving it inward at the shorter height to check for larger area. #100DaysOfCode

tryhardev's tweet image. Day 14 of #NeetCode150 "Container With Most Water". Coded a really easy linear time solution using 2 pointers to track the first and the last element and moving it inward at the shorter height to check for larger area. #100DaysOfCode

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

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

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

Day 11 of #Neetcode150 "Two Integer Sum II". Created an object to keep track of compliments to the target and checked if it add to the target for every element. Simple O(n) solution. 🤓 #100DaysOfCode

tryhardev's tweet image. Day 11 of #Neetcode150 "Two Integer Sum II". Created an object to keep track of compliments to the target and checked if it add to the target for every element. Simple O(n) solution. 🤓 #100DaysOfCode

Day 2 of #Neetcode150: Solved "Valid Anagram". Used two hash maps to track character count in both strings. and compared their values #100DaysOfCode

tryhardev's tweet image. Day 2 of #Neetcode150: Solved "Valid Anagram". Used two hash maps to track character count in both strings. and compared their values #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

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


Day 10 of #Neetcode150 "Valid Palindrome". Did a regex check for each letter being alphanumeric and went ahead with splitting it into an array, reversing and comparing it to the original string. #100DaysOfCode

tryhardev's tweet image. Day 10 of #Neetcode150 "Valid Palindrome". Did a regex check for each letter being alphanumeric and went ahead with splitting it into an array, reversing and comparing it to the original string. #100DaysOfCode

Day 9 of #Neetcode150 . Solved "Longest Consecutive Sequence". Created a set out of the array and iterated through it while maintaining a counter to track the longest sequence. #100DaysOfCode

tryhardev's tweet image. Day 9 of #Neetcode150 . Solved "Longest Consecutive Sequence". Created a set out of the array and iterated through it while maintaining a counter to track the longest sequence. #100DaysOfCode

Day 8 of #Neetcode150 "Valid Sudoku". Wrote checks for rows, colums and the 3x3 squares and mainaining the counts in an array. Late post, took some grilling to think about the cases. #100DaysOfCode

tryhardev's tweet image. Day 8 of #Neetcode150 "Valid Sudoku". Wrote checks for rows, colums and the 3x3 squares and mainaining the counts in an array. Late post, took some grilling to think about the cases. #100DaysOfCode

Day 7 of #Neetcode150: Solved "Products of Array Except Self". Created 2 arrays to store the products from the beginning and the end and used them to get the product of the current index. Done in O(n). #100DaysOfCode

tryhardev's tweet image. Day 7 of #Neetcode150: Solved "Products of Array Except Self". Created 2 arrays to store the products from the beginning and the end and used them to get the product of the current index. Done in O(n). 
 #100DaysOfCode

Day 4: Solved "Top K Frequent Elements". Counted frequencies with a hash map, sorted numbers by frequency in descending order, and returned the top k elements. #Neetcode150 #100DaysOfCode

tryhardev's tweet image. Day 4: Solved "Top K Frequent Elements". Counted frequencies with a hash map, sorted numbers by frequency in descending order, and returned the top k elements.  #Neetcode150 #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 1 of my #Neetcode150 journey begins! 🛠️ Solved the first problem "Contains Duplicate". Implemented an object and checked if each number is already stored. If yes, return true otherwise false.

tryhardev's tweet image. Day 1 of my #Neetcode150 journey begins! 🛠️ Solved the first problem "Contains Duplicate". Implemented an object and checked if each number is already stored. If yes, return true otherwise false.

Loading...

Something went wrong.


Something went wrong.


United States Trends