From fe07a2750a2a71fadd24f5e1fc9994aa7ba33e30 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Tue, 11 Aug 2026 20:53:53 -0400 Subject: [PATCH] Remove question from exercise 2 --- notes-and-examples/2026.07.31/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes-and-examples/2026.07.31/overview.md b/notes-and-examples/2026.07.31/overview.md index d56659c..be5a27a 100644 --- a/notes-and-examples/2026.07.31/overview.md +++ b/notes-and-examples/2026.07.31/overview.md @@ -56,7 +56,7 @@ of tuples. Each tuple should contain the traversal from point A to point B, followed by the total weight. In this fictitious graph, calling `possible_paths("Santa Ana", "San Francisco")` -should yield the return below. Which path is better? +should yield the return below. ```python graph = {