Click or drag to resize
BreadthFirstPaths Constructor (Graph, Int32)
Computes the shortest path between the source vertex s

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BreadthFirstPaths(
	Graph G,
	int s
)

Parameters

G
Type: Algs4NetGraph
the graph
s
Type: SystemInt32
the source vertex
See Also