Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Topological Class
Topological Constructor
Topological Constructor (Digraph)
Topological Constructor (EdgeWeightedDigraph)
Topological Constructor (EdgeWeightedDigraph)
Determines whether the edge-weighted digraph
G
has a topological order and, if so, finds such an order.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Topological
(
EdgeWeightedDigraph
G
)
Parameters
G
Type:
Algs4Net
EdgeWeightedDigraph
the edge-weighted digraph
See Also
Reference
Topological Class
Topological Overload
Algs4Net Namespace