Search results for #180DaysOfCoding
Day 21/180 – #180DaysOfCoding 🚀 Today I solved problems using the brute force approach – step by step building the foundation before moving to optimization 🧠🔥 Big thanks to Coder Army & Rohit Negi bhaiya 🙌 for the constant guidance 💯
Day 62/180 days of learning Today I have solved 4 problem:- ✅Find the first or last occurrence of a given number in a sorted array ✅Number of occurrences ✅Search in Rotated Sorted Array ✅Search in Rotated Sorted Array II #180daysofcoding #dsa #letsconnect #learninginpublic
🌟 Milestone: 50 followers! I truly appreciate the support by every single one of you. I'm looking forward to sharing more content and interacting with all of you! #ThankYou #180daysofcoding #dsa #Python
Day 53/180 Following #striver A2Z sheet From.today Started Hard section:- > Solved 2 problem ✅ Pascals' Triangle ✅ Majority Element (>n/root(3) times) - solved using:- 1.Hashing ,2. extended boyermoore voting algorithm #180daysofcoding #leetcode #geeksforgeeks
Day 41/180 ✍️ Problems Solved : 1. Combination Sum 2 2. Subsets Sum It is taking time to get use to with recursion but i will ace it for sure... 📚 Each step making an impact! Good night 🌙 #DSA #180DaysofCoding
Day 40/180 ✍️ - Practiced Combination Sum using recursion - Revisited subsequences problems to strengthen my foundation - Understanding recursion with backtracking unlocks another level of problem solving Have a great day! #180daysofcoding #DSA #Problemsolving #recursion
🚀 Day 180 of #180DaysOfCoding 🚀 DSA Progress ✅ 1091. Shortest Path in Binary Matrix And that's a wrap! 🎉 Today marks the final day of this incredible journey. #DSA #Graphs #CodingJourney #ShortestPath #ProblemSolving #100DaysOfCode #Java #letsconnect #connect
🚀 Day 179 of #180DaysOfCoding 🚀 DSA Progress: ✅ 1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance SpringBoot Progress ✅ Lazy Initialization ✅ Bean Scopes #DSA #Graphs #SpringBoot #BeanScope #BackendDevelopment #100DaysOfCode #Code
🚀 Day 178 of #180DaysOfCoding 🚀 DSA Progress: ✅ Disjoint Set (Union by Rank) Today, I tackled the Disjoint Set problem with the Union by Rank optimization technique. #DSA #DisjointSet #UnionByRank #Graphs #Java #CodingChallenge #100DaysOfCode #letsconnect #connect
🚀 Day 177 of #180DaysOfCoding 🚀 ✅ 743. Network Delay Time (Dijkstra's Algorithm) ✅ Spring Boot: @primary annotation #DSA #SpringBoot #DijkstrasAlgorithm #NetworkDelay #Java #CodingChallenge #100DaysOfCode #Spring #letsconnect #connect
🚀 Day 176 of #180DaysOfCoding 🚀 DSA Progress: ✅Minimum Spanning Tree (Prim's Algorithm) Today, I explored Minimum Spanning Trees and implemented Prim's Algorithm to connect nodes with the least total edge weight. #DSA #Graphs #CodingJourney #100DaysOfCode #letsconnet #CONNECT
🚀 Day 175 of #180DaysOfCoding 🚀 DSA Progress: ✅ 787. Cheapest Flights Within K Stops (using Dijkstra’s Algorithm) #DSA #GraphTheory #DijkstraAlgorithm #Algorithms #ProblemSolving #CodingChallenge #100DaysOfCode #leetcode #GFG #letsconnet #CONNECTION #CONNECT
🚀 Day 174 of #180DaysOfCoding 🚀 DSA Progress: ✅ 1631. Path With Minimum Effort (using Dijkstra's Algorithm) #DSA #GraphTheory #DijkstraAlgorithm #ShortestPath #CodingJourney #ProblemSolving #CodingChallenge #100DaysOfCode
🚀 Day 173 of #180DaysOfCoding 🚀 DSA Progress: ✅ Floyd-Warshall Algorithm ✅ 1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance (using Floyd-Warshall) #DSA #Graph #FloydWarshall #CodingJourney #CodingChallenge #100DaysOfCode #leetcode #GFG
🚀 Day 4 of my 180 Day Upskilling Myself series! Today, I hit a major milestone in my AI project, Orca.AI: making the website Follow for more updates as I upskill in AI, full-stack dev, and cloud! 💪 #180DaysOfCoding #OrcaAI #ResponsiveDesign #WebDev
🚀 Day 172 of #180DaysOfCoding 🚀 DSA Progress: ✅ Bellman-Ford Algorithm Today, I explored the Bellman-Ford algorithm—a robust method for finding the shortest paths in graphs, even with negative weight edges!