Update graph/hopcroft_karp.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Krishna Pal Deora
2020-09-28 15:37:03 +05:30
committed by GitHub
parent 0bd622680c
commit f1f4117623

View File

@@ -55,8 +55,10 @@
const int NIL = 0;
const int INF = INT_MAX;
// A class to represent Bipartite graph for
// Hopcroft Karp implementation
/**
* @brief Represents Bipartite graph for
* Hopcroft Karp implementation
*/
class BGraph
{
// m and n are number of vertices on left