tsdfs

package
v0.0.0-...-e7df020 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2014 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package tsdfs employs DFS for topological sorting, but does not detect if the graph is a DAG (Directed Acyclic Graph) or not. When the graph is not a DAG, there is no topological sort. Use other packages: tsdag or tskahn for more complete solutions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TSDFS

func TSDFS(g *gsd.Graph) string

TSDFS returns the topological sort of the graph but does not detect if it is a DAG or not.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL