#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
๐ฏ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
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
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
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
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
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
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
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
๐ 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
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โฆ
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
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
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
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
๐ฏ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
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
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
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
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
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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWFullGear 66.5K posts
- 2. Klay 16.5K posts
- 3. Lando 86.3K posts
- 4. #LasVegasGP 166K posts
- 5. LAFC 13.4K posts
- 6. Hangman 8,916 posts
- 7. Swerve 5,927 posts
- 8. Samoa Joe 4,149 posts
- 9. Gambino 1,526 posts
- 10. Ja Morant 6,952 posts
- 11. Bryson Barnes N/A
- 12. Benavidez 15.1K posts
- 13. #byucpl N/A
- 14. Utah 23.4K posts
- 15. LJ Martin 1,210 posts
- 16. Max Verstappen 44.5K posts
- 17. Mark Briscoe 4,204 posts
- 18. Hook 21.2K posts
- 19. Fresno State N/A
- 20. Haney 27.4K posts