mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 11:40:46 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f1f3df36e0
commit
5a42795236
@@ -11,7 +11,7 @@
|
||||
* Vertex sets U and V are usually called the parts of the graph.
|
||||
* Equivalently, a bipartite graph is a graph that does not contain any odd-length cycles.
|
||||
*
|
||||
* ###Matching and Not-Matching edges :
|
||||
* ### Matching and Not-Matching edges
|
||||
* Given a matching M, edges that are part of matching are called Matching edges and edges that are not part
|
||||
* of M (or connect free nodes) are called Not-Matching edges.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user