4 lines
244 B
Markdown
4 lines
244 B
Markdown
## Outline
|
|
|
|
To make our knowledge of graphs useful, we'll go over our first traversal method today: [depth-first search](./depth-first-search.md). If we have time we'll go over breadth-first search, which is the relative to depth-first search.
|