From 2a111bdf03b793503be11db7e1adbe9d7f9d0cbd Mon Sep 17 00:00:00 2001
From: "Brady J. Garvin" <bgarvin@cse.unl.edu>
Date: Mon, 18 Sep 2023 10:46:24 -0500
Subject: [PATCH] Changed notes to use projector rather than whiteboard to show
 the first graph.

---
 graph-search/notes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graph-search/notes.md b/graph-search/notes.md
index b38c3eb..2edfaca 100644
--- a/graph-search/notes.md
+++ b/graph-search/notes.md
@@ -2,7 +2,7 @@ If you wish to follow along on your own laptop, please clone the starter code li
 
 # Problem 1:
 
-In the weighted directed graph on the whiteboard, what is the shortest path from `a` to `d`?
+In the weighted directed graph to the right, what is the shortest path from `a` to `d`?
 
 # Problem 2:
 
-- 
GitLab