#neetcode wyniki wyszukiwania

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

๐ŸŽฏ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

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


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

Todays DSA update - 1 linked list, 1 binary search 41/150 #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

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

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

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

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

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 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 10 of #100DaysOfCode โœ…Revised all solved two-pointer problems in Leetcode, worked on making 3sum solution optimal โœ…Worked a bit on pattern problems #LeetCode #NeetCode #Java #DSA

HrbmtCodes's tweet image. Day 10 of #100DaysOfCode 

โœ…Revised all solved two-pointer problems in Leetcode, worked on making 3sum solution optimal
โœ…Worked a bit on pattern problems 
 #LeetCode #NeetCode #Java #DSA

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


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

DSA mode: activated ๐Ÿ”ฅ #neetcode

DEV_Shivam3224's tweet image. DSA mode: activated ๐Ÿ”ฅ
#neetcode

Going through the neetcode 150, adding to my spaced repetition system as I go. #leetcode #neetcode #spacedrepetition #buildinpublic


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


DSA mode: activated ๐Ÿ”ฅ #neetcode

DEV_Shivam3224's tweet image. DSA mode: activated ๐Ÿ”ฅ
#neetcode

Just crushed my first 7 DP & Recursion problems on the NeetCode DSA sheet! ๐Ÿ”ฅ The feeling when those hard-to-solve problems click is unbeatable. Onwards to the next challenge! #NeetCode #DSA #DynamicProgramming #CodingLife #LeetCode

hasnaink40's tweet image. Just crushed my first 7 DP & Recursion problems on the NeetCode DSA sheet! ๐Ÿ”ฅ The feeling when those hard-to-solve problems click is unbeatable. Onwards to the next challenge! #NeetCode #DSA #DynamicProgramming #CodingLife #LeetCode

1 DSA problem a day keeps the job rejection away.๐Ÿ˜ถ #DSA #LeetCode #Neetcode #C

tehami_326's tweet image. 1 DSA problem a day keeps the job rejection away.๐Ÿ˜ถ

#DSA #LeetCode #Neetcode #C

๐ŸŽฏ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 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

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

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 ?

Solved Leetcode "Find Minimum in Rotated Sorted Array" but after a lot of time. #leetcode #neetcode

imazharuddinn's tweet image. Solved Leetcode "Find Minimum in Rotated Sorted Array" but after a lot of time. 
#leetcode #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 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

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

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

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

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

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

316. Wednesday โ†’ Applied for 30+ jobs and requested 51 referrals today! โ†’ Solved 1 DSA problems from the #NeetCode sheet. โ†’ working on the project of patient managment system -> 1 online interview Chrysalis

Joysonpinto77's tweet image. 316. Wednesday 
   โ†’ Applied for 30+ jobs and requested 51 referrals 
         today!         
   โ†’ Solved 1 DSA problems from the #NeetCode sheet.             
   โ†’ working on the project of patient managment                      
    system 
  -> 1 online interview Chrysalis

Loading...

Something went wrong.


Something went wrong.


United States Trends