Unverified Commit 219e0568 authored by abc1763613206's avatar abc1763613206 Committed by GitHub
Browse files

Update docs/graph/bfs.md



Co-Authored-By: default avatarouuan <y___o___u@126.com>
parent 29fdffb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ void restore(int x) {

### 一般图上 BFS

同样,如果原图不连通,只能访问到起点所在的连通分量
如果原图不连通,只能访问到起点出发能够到达的点

BFS 序列通常也不唯一。