BlockLune / blocklune.github.io

My blog powered by Hexo.
https://fishg.top/
4 stars 0 forks source link

初探深度优先搜索(DFS)和广度优先搜索(BFS) | Fish Pond #56

Open BlockLune opened 5 months ago

BlockLune commented 5 months ago

https://fishg.top/posts/a336c1b8.html

深度优先搜索(DFS,Depth First Search)和广度优先搜索(BFS,Breadth First Search),我从来没弄明白过。是时候努力去好好理解一下了。