Skip to content

Files

Latest commit

 

History

History
18 lines (9 loc) · 176 Bytes

dfs_and_bfs.md

File metadata and controls

18 lines (9 loc) · 176 Bytes

广度优先搜索和深度优先搜索

算法模板

深度优先搜索,用到栈

广度优先搜索,用到队列

典型题目