Update graph/hopcroft_karp.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Krishna Pal Deora 2020-10-01 06:36:16 +05:30 committed by GitHub
parent 5114e16d48
commit 03f97cb241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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