Explore tweets tagged as #topologicalsort
Day 32/100 of #100DaysOfCode.Solved: Topological Sort using DFS .✅ Built adjacency list from edge list.✅ Used DFS + postorder logic.✅ Reversed result for correct topo order.✅ Boosted understanding of DAGs & recursion.#GFG #CPP #DSA #Graph #TopologicalSort #DFS #ProblemSolving
2
1
32
Solved Leetcode 210: Course Schedule II ✅.Used BFS (Kahn’s Algorithm) for topological sorting to find the valid course order or detect a cycle. Great practice on graph traversal, in-degree logic & DAGs!.#Leetcode #DSA #Graph #BFS #TopologicalSort
2
2
23
Wrote my first topological sort today. The only place where dependencies actually get respected. Package managers should take notes. #TopologicalSort #GraphTheory.
0
1
0
It's damn ugly code but finally got #topologicalsort in #plsql to work. Library live on #codemonth soon. Currently adding helper functions
1
0
4
Is this graph strongly connected and bipartite? Does this graph have topological ordering , if not why? #topologicalsort #bipartite #stronglyconnectedgraph
0
0
0
How to remove 'skip' edges from a DAG? (How to find only the longest path from each node each of its sinks?) #graph #directedacyclicgraphs #algorithm #topologicalsort
0
0
0
Topological Sort with simple input results in "IndexError: list index out of range" #list #python #topologicalsort
0
0
0
#Day294 of #300DaysOfDSA. Topics and Learnings: #TopologicalSort, #Graphs. Problems Revised:.117. #LeetCode #207 : Course Schedule. Approach:.Used #TopologicalSort to solve this. Complexity Analysis:.TC: O(V + E).SC: O(V + E)
0
1
2
🚀 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
0
1
12
Solved Leetcode 802 - Eventual Safe States using BFS ✅.Used reverse graph + topological sort to find all safe nodes 🔄.#Leetcode #Graph #BFS #TopologicalSort
0
1
3
#Day55 of #100DaysOfDSA. Topics and Learnings: #TopologicalSort, #Graphs. Problems Solved:.87. #LeetCode #207 : Course Schedule.Approach: Used #TopologicalSort to solve this.TC: O(V + E).SC: O(V + E)
0
0
2
Day 70 of DSA ✅.Loud And Rich. @takeUforward_ @LeetCode. #TUFPlusDailyChallenge #TUFPlus #Algorithms #LearnInPublic #takeuforward #Java #Graph #TopologicalSort
0
0
3
🚀 Days 211 & 212🔍📊. 🔹 Day 211.✅ GfG: Alien Dictionary 🛸🔠.✅ LeetCode: 1534🔁🔢. 🔹 Day 212.✅ GfG: Bellman-Ford Algorithm 🛣️⚙️.✅ LeetCode: 2179📈. #GeekStreak2024 #GraphTheory #FenwickTree #TopologicalSort #BellmanFord #LeetCode #GeeksforGeeks #CodingJourney #DSA
0
0
0