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 6490b92 commit b372b34Copy full SHA for b372b34
kotlin/130-surrounded-regions.kt renamed to kotlin/130-Surrounded-Regions.kt
@@ -42,4 +42,4 @@ class Solution {
42
markI(board, y, x+1)
43
markI(board, y, x-1)
44
}
45
-}
+}
0 commit comments