6 lines
352 B
Markdown
6 lines
352 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). We will also go over [breadth-first search](./breadth-first-search.md), and how both algorithms can be useful.
|
|
|
|
Assignment: finish the code for depth-first search, and also implement breadth-first search.
|