Search results for #NeetCode150
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
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
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
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
Day 52 of the #NeetCode150 Challenge! 🔸Dived into Topological Sorting today 1. Course Schedule 2. Course Schedule II DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graphs #DFS #BFS #DSA
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
Just finished first three questions on #neetcode150 list 🥳🥳🥳let’s goooo @neetcode1
Day 50 of the #NeetCode150 Challenge! 🔸Solved a graph problem using BFS 1. Rotting Oranges DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graphs #DFS #BFS #DSA
Day 49 of the #NeetCode150 Challenge! 🔸Solved another two questions using Graph. 1. Clone Graph 2. Walls And Gates DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #Graphs #DFS #BFS #DSA
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 47 of the #NeetCode150 Challenge! 🔸Solved two problems using Bit Manipulation! 1. Sum of Two Integers 2. Reverse Integer DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #BitManipulation #Bitwise #DSA
Day 46 of the #NeetCode150 Challenge! 🔸Solved two problems using Bit Manipulation! 1. Reverse Bits 2. Missing Number DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #BitManipulation #Bitwise #DSA
Day 45 of the #NeetCode150 Challenge! 🔸Focused on a single, clever Bit Manipulation problem today! 1. Counting Bits DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #BitManipulation #Bitwise #DSA
Day 44 of the #NeetCode150 Challenge! 🔸 Started a new section today Bit Manipulation! 1. Single Number 2. Number of 1 Bits DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #BitManipulation #Bitwise #DSA
Day 43 of the #NeetCode150 Challenge! 🔸 Completed the Tries section today with a challenging 'Hard' problem! 1. Word Search II DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #DSA #Algorithms #BackTrackin3
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 42 of the #NeetCode150 Challenge! 🔸 Solved two question using Trie 1. Implement Trie Prefix Tree 2. Design Add And Search Words Data Structure DevConnect - devconnect-app-ucu2.onrender.com GitHub - github.com/asthaade #NeetCode #DSA #Algorithms #BackTracking