Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Digraph Class
Digraph Constructor
Digraph Constructor (Int32)
Digraph Constructor (Digraph)
Digraph Constructor (TextInput)
Digraph Constructor (Digraph)
Initializes a new digraph that is a deep copy of the specified digraph.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Digraph
(
Digraph
G
)
Parameters
G
Type:
Algs4Net
.
Digraph
the digraph to copy
See Also
Reference
Digraph Class
Digraph Overload
Algs4Net Namespace