Files
dsa-tutoring/notes-and-examples/2026.07.21/overview.md

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.