Determines a maximum matching (and a minimum vertex cover)
in a bipartite graph.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic HopcroftKarp(
Graph G
)
Parameters
- G
- Type: Algs4NetGraph
the bipartite graph
Exceptions
See Also