Activity 01
Pairs: Tree Tracing Challenge
Partners draw a binary tree on paper and trace in-order, pre-order, and post-order paths with colored markers, predicting outputs before verifying. Switch roles for a second tree. Discuss differences in results.
Compare the output of in-order, pre-order, and post-order traversals for a given binary tree.
Facilitation TipDuring the Tree Tracing Challenge, circulate and listen for pairs correcting each other's paths, stepping in only if misconceptions persist beyond one repetition.
What to look forProvide students with a small, labeled 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). Check for accuracy in node order.