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 8818b5f commit c47ebedCopy full SHA for c47ebed
number-of-islands/naringst.py
@@ -41,4 +41,4 @@ def numIslands(self, grid: List[List[str]]) -> int:
41
self.bfs(i,j,grid,visited)
42
answer += 1
43
44
- return answer
+ return answer
0 commit comments