mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-02 02:02:23 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
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
|
||||
|
||||
Reference in New Issue
Block a user