Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
DepthFirstOrder Class
DepthFirstOrder Constructor
DepthFirstOrder Constructor (Digraph)
DepthFirstOrder Constructor (EdgeWeightedDigraph)
DepthFirstOrder Constructor (EdgeWeightedDigraph)
Determines a depth-first order for the edge-weighted digraph
G
.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
DepthFirstOrder
(
EdgeWeightedDigraph
G
)
Parameters
G
Type:
Algs4Net
EdgeWeightedDigraph
the edge-weighted digraph
See Also
Reference
DepthFirstOrder Class
DepthFirstOrder Overload
Algs4Net Namespace