Click or drag to resize
AdjacencyListWeightedDirectedGraphT Constructor
Default constructor for this implementation of directed graphs. Takes an array of vertices as parameter, which should be the set of vertices of this graph. Initially there are no edges.

Namespace: Slash.Collections.Graphs
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public AdjacencyListWeightedDirectedGraph(
	T[] vertices
)

Parameters

vertices
Type: T
Vertices of the new graph.
See Also