From 4ca03b5487d0ee4f230e0f5d162d353a4c0bb142 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 8 Jul 2026 20:14:37 -0400 Subject: [PATCH] Add an overview for this week --- notes-and-examples/2026.07.08/overview.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes-and-examples/2026.07.08/overview.md diff --git a/notes-and-examples/2026.07.08/overview.md b/notes-and-examples/2026.07.08/overview.md new file mode 100644 index 0000000..2514b6a --- /dev/null +++ b/notes-and-examples/2026.07.08/overview.md @@ -0,0 +1,10 @@ +## Outline + +Review the algorithm for a red-black tree rebalancing. + +Next week, we will begin an introduction of graphs. + +## Assignment + +See the `red_black_tree` assignment from last week 2026.07.01. +