mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
5114e16d48
commit
03f97cb241
@ -223,7 +223,6 @@ bool BGraph::dfs(int u)
|
||||
BGraph::BGraph() {}
|
||||
|
||||
/**
|
||||
* Function documentation
|
||||
* @brief Constructor for initialization
|
||||
* @param m is the number of vertices on left side of Bipartite Graph
|
||||
* @param n is the number of vertices on right side of Bipartite Graph
|
||||
|
Loading…
Reference in New Issue
Block a user