OSDN Git Service

Update dfs.md
author心旷神怡 <greyqz@126.com>
Tue, 2 Oct 2018 07:15:50 +0000 (15:15 +0800)
committerGitHub <noreply@github.com>
Tue, 2 Oct 2018 07:15:50 +0000 (15:15 +0800)
docs/search/dfs.md

index 26621e2..0258db8 100644 (file)
@@ -38,6 +38,6 @@ void dfs(int u) {
 
 空间复杂度 $O(n)$。 (vis 数组和递归栈)
 
-## 在树 / 图上 dfs
+## 在树/图上 DFS
 
-主条目:[在树 / 图上 dfs](/graph/traverse)
+主条目:[在树/图上 DFS](/graph/traverse)