From 3be1f47b24b90e11f69bc5f19150bb763a9aaa04 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Fri, 31 Jul 2026 21:37:52 -0700 Subject: [PATCH] Update notes --- notes-and-examples/2026.07.29/overview.md | 3 +++ 1 file changed, 3 insertions(+) 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.