Click or drag to resize
KosarajuSharirSCCStronglyConnected Method
Are vertices v and w in the same strong component?

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool StronglyConnected(
	int v,
	int w
)

Parameters

v
Type: SystemInt32
one vertex
w
Type: SystemInt32
the other vertex

Return Value

Type: Boolean
true if vertices v and w are in the same strong component, and false otherwise
See Also