Add 2026.07.21 overview and related document

This commit is contained in:
2026-07-21 15:57:43 -04:00
parent c97e452c44
commit 42a3430627
2 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
## Outline
To make our knowledge of graphs useful, we'll go over our first traversal method today: [depth-first search](./depth-first-search.md). If we have time we'll go over breadth-first search, which is the relative to depth-first search.