Activity 01
Simulation Game: Walk the Tree
Arrange 7-10 students as a binary tree, each holding a number card. A designated traversal walker follows the rules for in-order, pre-order, or post-order traversal, physically moving between students and reading numbers aloud. After each traversal, the class records the output and compares orderings. The walker then switches rules and the class predicts the output before it happens.
In what ways do tree structures mirror real-world organizational hierarchies?
Facilitation TipDuring Walk the Tree, have students physically move to nodes in the order specified by the traversal to reinforce the sequence of visits.
What to look forProvide students with a small, pre-drawn binary tree. Ask them to write down the sequence of nodes visited for each of the three traversal types (in-order, pre-order, post-order) on a whiteboard or shared document. Review responses to identify common misconceptions.