OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Tue, 2 Oct 2018 09:41:55 +0000 (17:41 +0800)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Tue, 2 Oct 2018 09:41:55 +0000 (17:41 +0800)
docs/intro/wsl.md
docs/search/dfs.md

index 4485307..90babf0 100644 (file)
@@ -62,8 +62,9 @@ Windows 10 作为微软的新一代操作系统,紧跟时代潮流,在一周
  这样之后,一个纯净的 Ubuntu 系统安装完成了!
 
 ## 0x04 基础配置
+
  ** 以下命令均可直接右键复制粘贴进窗口哦!**
+
 ![](./images/WSL7.png)
  正如图片所示,这个系统纯净到连个编译器都没有,所以这一节来看看基础的环境配置。
 
index 0258db8..8115b06 100644 (file)
@@ -38,6 +38,6 @@ void dfs(int u) {
 
 空间复杂度 $O(n)$。 (vis 数组和递归栈)
 
-## 在树/图上 DFS
+## 在树 / 图上 DFS
 
-主条目:[在树/图上 DFS](/graph/traverse)
+主条目:[在树 / 图上 DFS](/graph/traverse)