/topological-order-dfs

Topological order using depth first search

Primary LanguageJava

topological-order-dfs

Implement topologicalOrdering1() in the starter code. This is the DFS-based algorithm for finding the topological ordering of a directed acyclic graph.