Click or drag to resize
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#
public Graph(
	Graph G
)

Parameters

G
Type: Algs4NetGraph
the graph to copy
See Also