From c026741413a409f0df421e29778eaf4e44319e84 Mon Sep 17 00:00:00 2001 From: STREIN_11 <71601569+STREIN-11@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:55:27 +0530 Subject: [PATCH] Update Number_Of_Enclaves.cpp --- Daily/Number_Of_Enclaves.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Daily/Number_Of_Enclaves.cpp b/Daily/Number_Of_Enclaves.cpp index b290bc38..b8d492c4 100644 --- a/Daily/Number_Of_Enclaves.cpp +++ b/Daily/Number_Of_Enclaves.cpp @@ -6,7 +6,6 @@ A move consists of walking from one land cell to another adjacent (4-directional Find the number of land cells in grid for which we cannot walk off the boundary of the grid in any number of moves. Example 1: - Input: grid[][] = {{0, 0, 0, 0}, {1, 0, 1, 0}, @@ -119,4 +118,4 @@ int main() { cout << obj.numberOfEnclaves(grid) << endl; } } -// } Driver Code Ends \ No newline at end of file +// } Driver Code Ends