OSDN Git Service

<fixed>
authorqq2964 <42811373+qq2964@users.noreply.github.com>
Wed, 2 Dec 2020 07:46:23 +0000 (15:46 +0800)
committerGitHub <noreply@github.com>
Wed, 2 Dec 2020 07:46:23 +0000 (15:46 +0800)
docs/graph/bfs.md

index 859d257..6099b0f 100644 (file)
@@ -92,7 +92,7 @@ void restore(int x) {
 
 ### BFS 序列
 
-类似 BFS 序列,BFS 序列是指在 BFS 过程中访问的节点编号的序列。
+类似 DFS 序列,BFS 序列是指在 BFS 过程中访问的节点编号的序列。
 
 ### 一般图上 BFS