From dc991b84245cf18a5d6c452f3e8260caa18a1cb4 Mon Sep 17 00:00:00 2001 From: ARBIND LOCHAN MISHRA <56961555+Arbind007@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:04:27 +0530 Subject: [PATCH] Update bipartiteGraphCppBfs wrong number of edge in the 1st test case --- bipartiteGraphCppBfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bipartiteGraphCppBfs b/bipartiteGraphCppBfs index 302ac23..f9390c7 100644 --- a/bipartiteGraphCppBfs +++ b/bipartiteGraphCppBfs @@ -52,7 +52,7 @@ int main() { } /* -8 7 +8 8 0 1 1 2 2 3