We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b56e2 commit 4260585Copy full SHA for 4260585
src/main/java/com/fishercoder/solutions/_1020.java
@@ -1,6 +1,8 @@
1
package com.fishercoder.solutions;
2
3
/**
4
+ * 1020. Number of Enclaves
5
+ *
6
* Given a 2D array A, each cell is 0 (representing sea) or 1 (representing land)
7
*
8
* 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