Click or drag to resize
Bipartite Constructor
Determines whether an undirected graph is bipartite and finds either a bipartition or an odd-length cycle.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Bipartite(
	Graph G
)

Parameters

G
Type: Algs4NetGraph
the graph
See Also