Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit babb21f

Browse files
author
km_yang
committed
错别字修改:"在"->"再"
1 parent 4316022 commit babb21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎problems/图论广搜理论基础.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[深度优先搜索](https://programmercarl.com/图论深搜理论基础.html)的讲解中,我们就讲过深度优先搜索和广度优先搜索的区别。
1111

12-
广搜(bfs)是一圈一圈的搜索过程,和深搜(dfs)是一条路跑到黑然后在回溯
12+
广搜(bfs)是一圈一圈的搜索过程,和深搜(dfs)是一条路跑到黑然后再回溯
1313

1414
## 广搜的使用场景
1515

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /