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:20:19 +05:30
committed by GitHub
parent c44d5d8c3f
commit d2a349367e

View File

@@ -84,7 +84,6 @@ public:
/**
* Function documentation
* @brief This function counts the number of augmenting paths between left and right sides of the Bipartite graph
* @returns size of maximum matching
*/