From d2a349367ed479788cfc02c7e45c8441f23f3d9d Mon Sep 17 00:00:00 2001 From: Krishna Pal Deora <53469625+Krishnapal4050@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:20:19 +0530 Subject: [PATCH] Update graph/hopcroft_karp.cpp Co-authored-by: David Leal --- graph/hopcroft_karp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/graph/hopcroft_karp.cpp b/graph/hopcroft_karp.cpp index 857937d75..a7dd0e7ce 100644 --- a/graph/hopcroft_karp.cpp +++ b/graph/hopcroft_karp.cpp @@ -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 */