#graphalgorithms risultati di ricerca
Day 138 of #gfg160 ๐ Problem: DFS of Graph โ 1120 / 1120 Testcases Passed โก Time: 0.03s | Attempts: 1 | Accuracy: 100% #GraphAlgorithms #geekstreak2025 @geeksforgeeks

Day 139โ Wrote BFS for Disconnected Graphs ๐ Loop over all vertices โ If unvisited, run BFS from it. Uses a queue for level-order traversal & visited[] to avoid revisits ๐ Works for both connected & disconnected graphs โ #Java #DSA #GraphAlgorithms #gfg160 #geekstreak2025
![arup_jy's tweet image. Day 139โ Wrote BFS for Disconnected Graphs ๐
Loop over all vertices โ If unvisited, run BFS from it.
Uses a queue for level-order traversal & visited[] to avoid revisits ๐
Works for both connected & disconnected graphs โ
#Java #DSA #GraphAlgorithms #gfg160 #geekstreak2025](https://pbs.twimg.com/media/GyaQBt5WIAArcn_.jpg)
![arup_jy's tweet image. Day 139โ Wrote BFS for Disconnected Graphs ๐
Loop over all vertices โ If unvisited, run BFS from it.
Uses a queue for level-order traversal & visited[] to avoid revisits ๐
Works for both connected & disconnected graphs โ
#Java #DSA #GraphAlgorithms #gfg160 #geekstreak2025](https://pbs.twimg.com/media/GyaQDwQXkAAcEeG.jpg)
๐ Day 168 of #180DaysOfCoding ๐ DSA Progress: โ 127. Word Ladder #DSA #GraphAlgorithms #WordLadder #100DaysOfCode #ProblemSolving #CodingJourney #BFS #KeepLearning

๐ Day 169 of #180DaysOfCoding ๐ DSA Progress: โ 787. Cheapest Flights Within K Stops #DSA #GraphAlgorithms #CheapestFlights #100DaysOfCode #ProblemSolving #GraphTraversal #BFS #letsconnect #CONNECTION #connect

Day 250 โ | Graph Theory Revisited ๐ ๐ Course Schedule ๐ Topological Sort ๐ Number of Islands Deepened my understanding of topological sorting, connected components, and their applications. ๐ฅ #CodingJourney #GraphAlgorithms #100DaysOfCode #connect

๐ Days 213 & 214๐๐ ๐น Day 213 โ GfG: Floyd Warshall๐ง ๐ โ LeetCode: 2537๐๐ฆ ๐น Day 214 โ GfG: Minimum Weight Cycle in a Graph ๐๐ดโโ๏ธ โ LeetCode: 2176๐ขโ #GeekStreak2024 #GraphAlgorithms #FloydWarshall #ShortestPaths #Dijkstra #SubarrayProblems #LeetCode #GeeksforGeeks




Itinerary problem! Reconstruct the path from JFK using all tickets, lex smallest order. Inp: [["JFK","SFO"],["JFK","ATL"],["SFO","ATL"],["ATL","JFK"],["ATL","SFO"]] Opt: ["JFK","ATL","JFK","SFO","ATL","SFO"] #100DaysOfCode #GraphAlgorithms #DevCommunity #JavaScript #MayankCodes
![MayankQnAPe's tweet image. Itinerary problem!
Reconstruct the path from JFK using all tickets, lex smallest order.
Inp: [["JFK","SFO"],["JFK","ATL"],["SFO","ATL"],["ATL","JFK"],["ATL","SFO"]]
Opt: ["JFK","ATL","JFK","SFO","ATL","SFO"]
#100DaysOfCode #GraphAlgorithms #DevCommunity #JavaScript #MayankCodes](https://pbs.twimg.com/media/GoHLQwAXIAAlGjN.jpg)
- Solved LeetCode 1293 Shortest Path in a Grid with Obstacles Elimination using BFS (obstacle tracking) - Practiced BellmanโFord & FloydโWarshall pathfinding algorithms on GFG #DSA #LeetCode #GraphAlgorithms #CompetitiveProgramming



๐ Day 164 of #180DaysOfCoding ๐ DSA Progress: โ Shortest Path in Undirected Graph โ Shortest Path in Directed Acyclic Graph #GraphAlgorithms #ShortestPath #TopologicalSorting #DSA #CodingJourney #100DaysOfCode #ProblemSolving #Java


๐ Day 161 of #180DaysOfCoding ๐ Here's what I solved today: โ Alien Dictionary (Topological Sorting) โ Shortest Path in Undirected Graph (BFS) #DSA #GraphAlgorithms #TopologicalSorting #BFS #ShortestPath #ProblemSolving #100DaysOfCode #CodingChallenge #letsconnect #connect


Day 58 of #100DaysOfDSA โ Learned how to detect cycles in both directed and undirected graphs โ Also explored Topological Sorting #GraphAlgorithms #DataStructures #Coding #DSA


๐ Day 99 of #100daysofcode ๐ ๐งฉ Today's highlights: 1๏ธโฃ Shortest path in directed & undirected graphs 2๏ธโฃ Island counting 3๏ธโฃ Mastered topological sorting (Kahn's algorithm) 4๏ธโฃ Cycle detection in graphs using BFS & DFS ๐ #ProgrammingJourney #GraphAlgorithms

Day 78/100 ๐ Explored graph optimization on LeetCode & GeeksforGeeks, solving intriguing challenges! ๐ก๐ป What's your favorite graph problem? Share your thoughts! ๐ค #100DaysOfCode #GraphAlgorithms #learninpublic #consistency #passion #code

โ Solved two graph problems today! โ๏ธ 787. Cheapest Flights Within K Stops ๐ก 743. Network Delay Time Learned Dijkstra + PQ with constraints ๐ #LeetCode #CPlusPlus #GraphAlgorithms #Coding


Days 137 & 138 of #100DaysOfCode: ๐โจ Dived deep into Directed Acyclic Graphs (DAGs): Solved Shortest Path in a DAG Mastered Dijkstra's Algorithm through topological sorting #CodingJourney #GraphAlgorithms #CodeNewbie


Day 85/100 ๐ Explored Kosaraju's Algorithm for identifying strongly connected components in graphs! ๐ก๐ป Ever dived into graph theory? Share your insights! ๐๐ #100DaysOfCode #GraphAlgorithms #LearningJourney #LearningFromMistakes #coding

When you can't sleep at 3AM and decide this is the time to work on engineering projects. Exploring some results using the Leiden algorithm to identify tightly-knit communities & evaluating density with the Newman modularity. ๐ค #knowledgegraph #graphalgorithms

๐ Day 113: Topological Sort in a Directed Graph ๐ Today I implemented Topological Sorting using : ๐น DFS approach #TopologicalSort #GraphAlgorithms #DFS #BFS #KahnsAlgorithm #GFGPractice #geekstreak2025 #100DaysOfCode @geeksforgeeks

๐ Day 46 of #100DaysOfCode: Solved the Minimum Steps to Reach Target by a Knight problem! โ๏ธ๐ Enhanced my skills in graph algorithms and BFS. Excited to keep progressing! #CodingJourney #GraphAlgorithms #ProblemSolving #Consistency #HardWork

Hidden hubs. Silent communities. Invisible paths.๐ค #GraphAlgorithms are your detective squad โ finding what simple queries miss.๐๏ธ ๐ Unlock the hidden patterns: na2.hubs.ly/H01D4N00 #NebulaGraph #DataScience #AI #GraphDatabase
WormHole speeds up shortest path searches using smart graph decomposition and BiBFS routing to achieve near-exact results with sublinear efficiency. - hackernoon.com/the-wormhole-aโฆ #networkanalysis #graphalgorithms
โ Starting Soon! Effective Computation of a Feedback Arc Set Using PageRank, Featuring Ioannis G. Tollis, PhD. This new heuristic is a key first step for hierarchical layouts of directed graphs. ๐ 9am PDT Today: bit.ly/3KOj2cG #GraphAlgorithms #Algorithm #Heuristicsโฆ

An overview of modern shortest-path algorithms โ from landmark labeling to deep learning embeddings and core-periphery optimization. - hackernoon.com/a-brief-reviewโฆ #networkanalysis #graphalgorithms
WormHole answers shortest-path queries fast by routing through a sublinear core, using BiBFS and inner-ring search to trade tiny error for big speed. - hackernoon.com/finding-shorteโฆ #networkanalysis #graphalgorithms
WormHole is a fast, sublinear algorithm for shortest paths in massive graphsโ100x faster setup, near-perfect accuracy, and provable guarantees. - hackernoon.com/how-wormhole-sโฆ #networkanalysis #graphalgorithms
WormHole finds near-perfect shortest paths in massive graphsโfast, efficient, and without costly preprocessing or full graph access. - hackernoon.com/bridging-the-gโฆ #networkanalysis #graphalgorithms
Now, instead of panicking when I see a graph question, I just identify the pattern and apply the right approach. If youโre struggling with graph problems, donโt memorize - understand the patterns. Thatโs the real unlock. #DSA #GraphAlgorithms #ProblemSolving
๐ฅ Solved LeetCode 1334 with Floyd Warshall in 11ms (beats 83.49%)! Smart tie-break: if (cnt <= cntCity) โ ensures higher-index city wins in a tie. Clean, fast, and accepted โ #LeetCode #Cplusplus #GraphAlgorithms #FloydWarshall #100DaysOfCode

#Graphs, but not as you would expect them: Graph analytics guru Amy Hodler speaks to @JonKrohnLearns about the graph data structure and graph applications, #graphalgorithms, graph RAG, and graphs as memory systems for AI agents. Watch the episode here: bit.ly/sds923

Passed 1111/1111 test cases! โ Cycle detection in a directed graph using DFS 1st try? Nope ๐ Final try? Nailed it ๐ช #CodingSuccess #DSA #GraphAlgorithms #GFG #CPP #100DaysOfCode #LeetCode #AI

Day 42 of #100DaysOfCode ๐ Explored Topological Sort using: ๐น Kahnโs Algorithm (BFS) โ uses indegree & queue ๐น DFS-based approach โ recursion + stack Great for task scheduling & dependency resolution in DAGs. #DSA #GraphAlgorithms


combine recent graph-algorithm wins (layering + scout passes) with AI World Models to create scout-driven, risk-aware planning. Result: orders-of-magnitude fewer imagined states, provable complexity gains, and more interpretable plans. #AI #GraphAlgorithms #WorldModels #planning
Day 138 of #gfg160 ๐ Problem: DFS of Graph โ 1120 / 1120 Testcases Passed โก Time: 0.03s | Attempts: 1 | Accuracy: 100% #GraphAlgorithms #geekstreak2025 @geeksforgeeks

Day 42 of #100DaysOfCode ๐ Explored Topological Sort using: ๐น Kahnโs Algorithm (BFS) โ uses indegree & queue ๐น DFS-based approach โ recursion + stack Great for task scheduling & dependency resolution in DAGs. #DSA #GraphAlgorithms


- Solved LeetCode 1293 Shortest Path in a Grid with Obstacles Elimination using BFS (obstacle tracking) - Practiced BellmanโFord & FloydโWarshall pathfinding algorithms on GFG #DSA #LeetCode #GraphAlgorithms #CompetitiveProgramming



โ Solved two graph problems today! โ๏ธ 787. Cheapest Flights Within K Stops ๐ก 743. Network Delay Time Learned Dijkstra + PQ with constraints ๐ #LeetCode #CPlusPlus #GraphAlgorithms #Coding


๐ Day 168 of #180DaysOfCoding ๐ DSA Progress: โ 127. Word Ladder #DSA #GraphAlgorithms #WordLadder #100DaysOfCode #ProblemSolving #CodingJourney #BFS #KeepLearning

Day 139โ Wrote BFS for Disconnected Graphs ๐ Loop over all vertices โ If unvisited, run BFS from it. Uses a queue for level-order traversal & visited[] to avoid revisits ๐ Works for both connected & disconnected graphs โ #Java #DSA #GraphAlgorithms #gfg160 #geekstreak2025
![arup_jy's tweet image. Day 139โ Wrote BFS for Disconnected Graphs ๐
Loop over all vertices โ If unvisited, run BFS from it.
Uses a queue for level-order traversal &amp; visited[] to avoid revisits ๐
Works for both connected &amp; disconnected graphs โ
#Java #DSA #GraphAlgorithms #gfg160 #geekstreak2025](https://pbs.twimg.com/media/GyaQBt5WIAArcn_.jpg)
![arup_jy's tweet image. Day 139โ Wrote BFS for Disconnected Graphs ๐
Loop over all vertices โ If unvisited, run BFS from it.
Uses a queue for level-order traversal &amp; visited[] to avoid revisits ๐
Works for both connected &amp; disconnected graphs โ
#Java #DSA #GraphAlgorithms #gfg160 #geekstreak2025](https://pbs.twimg.com/media/GyaQDwQXkAAcEeG.jpg)
๐ Day 169 of #180DaysOfCoding ๐ DSA Progress: โ 787. Cheapest Flights Within K Stops #DSA #GraphAlgorithms #CheapestFlights #100DaysOfCode #ProblemSolving #GraphTraversal #BFS #letsconnect #CONNECTION #connect

๐ Day 164 of #180DaysOfCoding ๐ DSA Progress: โ Shortest Path in Undirected Graph โ Shortest Path in Directed Acyclic Graph #GraphAlgorithms #ShortestPath #TopologicalSorting #DSA #CodingJourney #100DaysOfCode #ProblemSolving #Java


๐ Day 161 of #180DaysOfCoding ๐ Here's what I solved today: โ Alien Dictionary (Topological Sorting) โ Shortest Path in Undirected Graph (BFS) #DSA #GraphAlgorithms #TopologicalSorting #BFS #ShortestPath #ProblemSolving #100DaysOfCode #CodingChallenge #letsconnect #connect


๐ Days 213 & 214๐๐ ๐น Day 213 โ GfG: Floyd Warshall๐ง ๐ โ LeetCode: 2537๐๐ฆ ๐น Day 214 โ GfG: Minimum Weight Cycle in a Graph ๐๐ดโโ๏ธ โ LeetCode: 2176๐ขโ #GeekStreak2024 #GraphAlgorithms #FloydWarshall #ShortestPaths #Dijkstra #SubarrayProblems #LeetCode #GeeksforGeeks




Itinerary problem! Reconstruct the path from JFK using all tickets, lex smallest order. Inp: [["JFK","SFO"],["JFK","ATL"],["SFO","ATL"],["ATL","JFK"],["ATL","SFO"]] Opt: ["JFK","ATL","JFK","SFO","ATL","SFO"] #100DaysOfCode #GraphAlgorithms #DevCommunity #JavaScript #MayankCodes
![MayankQnAPe's tweet image. Itinerary problem!
Reconstruct the path from JFK using all tickets, lex smallest order.
Inp: [["JFK","SFO"],["JFK","ATL"],["SFO","ATL"],["ATL","JFK"],["ATL","SFO"]]
Opt: ["JFK","ATL","JFK","SFO","ATL","SFO"]
#100DaysOfCode #GraphAlgorithms #DevCommunity #JavaScript #MayankCodes](https://pbs.twimg.com/media/GoHLQwAXIAAlGjN.jpg)
๐ Days 39โ40 of #100DaysOfCode: ๐ Completed Graphs! โ BFS / DFS / Cycle Detection โ Topo Sort | Dijkstra | Bellman-Ford โ Floyd-Warshall | SCC (Kosaraju) โ MST (Primโs & Kruskal) โ Word Ladder | Path Min Effort โ Rotting Oranges ๐ + more! #GraphAlgorithms #DSA #Learning



Day 143 โ Topological Sort ๐๐ Not all graphs wear cycles. Some wear order. Todayโs task: Line up the nodes in a Directed Acyclic Graph (DAG) using Topological Sort! #geekstreak2024 #gfg160 #GraphAlgorithms #TopologicalSort #DSA

Back on my DSA grind! Started the Graphs section from Striverโs A2Z DSA Sheet today โ tackled BFS and DFS ๐ Staying consistent this time, one problem at a time ๐ปโจ #DSA #StriverSheet #GraphAlgorithms #CodingJourney #WomenWhoCode


Day 58 of #100DaysOfDSA โ Learned how to detect cycles in both directed and undirected graphs โ Also explored Topological Sorting #GraphAlgorithms #DataStructures #Coding #DSA


๐ Day 113: Topological Sort in a Directed Graph ๐ Today I implemented Topological Sorting using : ๐น DFS approach #TopologicalSort #GraphAlgorithms #DFS #BFS #KahnsAlgorithm #GFGPractice #geekstreak2025 #100DaysOfCode @geeksforgeeks

Day 144 โ Detect Cycle in a Directed Graph ๐๐ฆ Undirected graphs are chill. Directed ones? Full of backstabbers. Todayโs goal: Catch the cycle in a directed graph before it loops you in! #geekstreak2024 #gfg160 #GraphAlgorithms #DirectedGraph #DSA #CycleDetection

Day 142 โ Number of Islands ๐๐๏ธ When land meets water... and DFS meets recursion! Todayโs problem: Count how many islands exist in a 2D grid. Hint: It's more about exploring than just counting ๐ฃ #geekstreak2024 #gfg160 #GraphAlgorithms #DFS #CodingChallenge

Something went wrong.
Something went wrong.
United States Trends
- 1. No Kings 1.36M posts
- 2. #UFCVancouver 15.1K posts
- 3. Ole Miss 15.5K posts
- 4. Georgia 70.5K posts
- 5. Texas Tech 5,915 posts
- 6. #AEWWrestleDream 8,491 posts
- 7. #GoDawgs 6,977 posts
- 8. Drew Dober 1,031 posts
- 9. Kyle Nelson N/A
- 10. Hammond 2,711 posts
- 11. #AEWTailgateBrawl 2,308 posts
- 12. Clemson 6,389 posts
- 13. Gunner 7,155 posts
- 14. Julian Sayin 3,839 posts
- 15. Austin Hill N/A
- 16. Fire Billy N/A
- 17. Brian Kelly 8,610 posts
- 18. Lane Kiffin 6,799 posts
- 19. Dan Miragliotta N/A
- 20. Carnell Tate 6,725 posts