diff --git a/notes-and-examples/2026.07.29/overview.md b/notes-and-examples/2026.07.29/overview.md index d53358c..66e4894 100644 --- a/notes-and-examples/2026.07.29/overview.md +++ b/notes-and-examples/2026.07.29/overview.md @@ -2,6 +2,9 @@ We'll continue to go over breadth-first search and depth-first search. +To start, please implement the breadth-first search algorithm from last week. +Then, if time permits, I'd like you to work through these exercises. + ## Exercise 1 Consider a graph that is used to represent people connections.