Unverified Commit d80b22a3 authored by qq1010903229's avatar qq1010903229 Committed by GitHub
Browse files

Update dfs.md

parent 20f0a6b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
dfs 全称是 Depth First Search。
dfs 全称是 ![Depth First Search](https://en.wikipedia.org/wiki/Depth-first_search)

是一种图的遍历算法。