Skip to content

Commit 4260585

Browse files
add title for 1020
1 parent c4b56e2 commit 4260585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/fishercoder/solutions/_1020.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package com.fishercoder.solutions;
22

33
/**
4+
* 1020. Number of Enclaves
5+
*
46
* Given a 2D array A, each cell is 0 (representing sea) or 1 (representing land)
57
*
68
* A move consists of walking from one land square 4-directionally to another land square, or off the boundary of the grid.

0 commit comments

Comments
 (0)