Week 8, Wednesday
February 25, 2026
The setup:
DEW FOX GEL INK
JOG MOB NAP NIP
NOR NUT OAT OIL
PUG SOY WOO YAK
The Play: Turn and face the back of the room.
Discussion questions:
Trees appear everywhere in computer science:
| Domain | Tree Structure |
|---|---|
| File systems | Directories contain subdirectories |
| HTML/DOM | Elements contain child elements |
| Decision making | Each choice leads to sub-choices |
| Classification | “Is it X? If yes, go left…” |
| Game AI | Possible moves branch into more moves |
“Trees are the most important nonlinear structure in computer science.”
— Donald Knuth, The Art of Computer Programming
What’s special about this structure? ________________________
A d-ary tree T is either:
OR
Complete Tree
Full Tree
Perfect Tree