package
Version:
v0.0.0-...-e7df020
Opens a new window with list of versions in this module.
Published: Jul 27, 2014
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package tsdag finds the topological sort.
DFSVisit recursively visits the vertices in the graph.
And it ends when it finds a cycle in a graph.
TSDAG returns topological sort using DFS.
It returns false if there is a cycle
which means that there is no topological sort.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.