Loading docs/graph/bfs.md +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ void restore(int x) { ### 一般图上 BFS 同样,如果原图不连通,只能访问到起点所在的连通分量。 如果原图不连通,只能访问到从起点出发能够到达的点。 BFS 序列通常也不唯一。 Loading Loading
docs/graph/bfs.md +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ void restore(int x) { ### 一般图上 BFS 同样,如果原图不连通,只能访问到起点所在的连通分量。 如果原图不连通,只能访问到从起点出发能够到达的点。 BFS 序列通常也不唯一。 Loading