Skip to content

Commit

Permalink
Update Number_Of_Enclaves.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Sep 29, 2023
1 parent c262c16 commit 7195922
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Number_Of_Enclaves.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
You are given an n x m binary matrix grid, where 0 represents a sea cell and 1 represents a land cell.
A move consists of walking from one land cell to another adjacent (4-directionally) land cell or walking off the boundary of the grid.
Find the number of land cells in grid for which we cannot walk off the boundary of the grid in any number of moves.
Expand Down

0 comments on commit 7195922

Please sign in to comment.