From 9c1a76b1943b58ac25ef731ca7e26799479027cc Mon Sep 17 00:00:00 2001 From: abhishek23feb <72147347+abhishek23feb@users.noreply.github.com> Date: Fri, 2 Oct 2020 21:26:21 +0530 Subject: [PATCH] Update Island_Using_DFS.cpp --- Island_Using_DFS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Island_Using_DFS.cpp b/Island_Using_DFS.cpp index aa1b6ba..78c9adc 100644 --- a/Island_Using_DFS.cpp +++ b/Island_Using_DFS.cpp @@ -1,4 +1,4 @@ -//Algorithm +//Imp Algorithm #include #include