Unverified Commit 02de1c14 authored by ir1d's avatar ir1d Committed by GitHub
Browse files

Merge pull request #243 from qq1010903229/patch-1

Update dfs.md
parents 3c3fd32d edb3f8a7
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)

是一种图的遍历算法。