From 03f97cb241e520c6ed6bb4427ca9977c26c303c6 Mon Sep 17 00:00:00 2001 From: Krishna Pal Deora <53469625+Krishnapal4050@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:36:16 +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 dc1caf6f0..72d4de5d7 100644 --- a/graph/hopcroft_karp.cpp +++ b/graph/hopcroft_karp.cpp @@ -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