Skip to content

laminarize/DFS_Topological_Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

DFS_Topological_Sort

Topological sort implemented in Python using DFS to search the graph.

Builds and returns viable schedule using DFS and topological sort.

Graph construction: O(n) [number of nodes]

DFS and Topological Sort: O(V + E) [vertices and edges]

About

Topological sort implemented in Python using DFS to search the graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages