mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-06 03:59:36 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0aeb8e1e2d
commit
d551d98bf1
@@ -227,8 +227,8 @@ BGraph::BGraph():NIL(0),INF(INT_MAX)
|
||||
/**
|
||||
* 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
|
||||
* @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
|
||||
*/
|
||||
BGraph::BGraph(int m, int n):NIL(0),INF(INT_MAX)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user