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 a6f4a33 commit 924dc4dCopy full SHA for 924dc4d
number-of-islands/Real-Reason.kt
@@ -54,4 +54,4 @@ class NumberOfIsland {
54
grid[r][c] == '1' &&
55
!visited!![r][c]
56
}
57
-}
+}
0 commit comments