Skip to content

Commit

Permalink
Update 14_JavaScript数据结构与算法(十四)图.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyangguo authored Sep 23, 2021
1 parent f3de2b0 commit b1809ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ _initializeColor() {
深度优先搜索的思路:

- 深度优先搜索算法将会从第一个指定的顶点开始遍历图,沿着路径知道这条路径最后被访问了。
- 接着原路回退并探索吓一条路径
- 接着原路回退并探索下一条路径
- 图解 DFS
![image](https://cdn.jsdelivr.net/gh/XPoet/image-hosting@master/JavaScript-数据结构与算法/image.1bjimck65r8g.png)

Expand Down

0 comments on commit b1809ed

Please sign in to comment.