mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 19:49:56 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ef72195d0c
commit
f1f3df36e0
@@ -5,7 +5,7 @@
|
||||
* The Hopcroft–Karp algorithm is an algorithm that takes as input a bipartite graph
|
||||
* and produces as output a maximum cardinality matching, it runs in O(E√V) time in worst case.
|
||||
*
|
||||
* ###Bipartite graph :
|
||||
* ### Bipartite graph
|
||||
* A bipartite graph (or bigraph) is a graph whose vertices can be divided into two disjoint
|
||||
* and independent sets U and V such that every edge connects a vertex in U to one in V.
|
||||
* Vertex sets U and V are usually called the parts of the graph.
|
||||
|
||||
Reference in New Issue
Block a user