Skip to content

Commit 110823c

Browse files
Merge pull request youngyangyang04#2450 from HanCai98/patch-1
correct typo in 0200.岛屿数量.深搜版.md
2 parents c281996 + 9c5b567 commit 110823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0200.岛屿数量.深搜版.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
在遇到标记过的陆地节点和海洋节点的时候直接跳过。 这样计数器就是最终岛屿的数量。
3939

40-
那么如果把节点陆地所能遍历到的陆地都标记上呢,就可以使用 DFS,BFS或者并查集。
40+
那么如何把节点陆地所能遍历到的陆地都标记上呢,就可以使用 DFS,BFS或者并查集。
4141

4242
### 深度优先搜索
4343

0 commit comments

Comments
 (0)