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