Loading docs/graph/bfs.md +1 −2 Original line number Diff line number Diff line Loading @@ -121,7 +121,6 @@ BFS 序列通常也不唯一。 <https://cp-algorithms.com/graph/breadth-first-search.html> ## 双端队列 BFS 如果你不了解双端队列 `deque` 的话,请到 STL-queue 中学习。 Loading docs/graph/lca.md +1 −1 File changed.Contains only whitespace changes. Show changes Loading
docs/graph/bfs.md +1 −2 Original line number Diff line number Diff line Loading @@ -121,7 +121,6 @@ BFS 序列通常也不唯一。 <https://cp-algorithms.com/graph/breadth-first-search.html> ## 双端队列 BFS 如果你不了解双端队列 `deque` 的话,请到 STL-queue 中学习。 Loading