Determines whether an undirected graph is bipartite and finds either a
bipartition or an odd-length cycle.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Bipartite(
Graph G
)
Parameters
- G
- Type: Algs4NetGraph
the graph
See Also