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

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.