Activity 01
Kinesthetic: Human BST Construction
Each student receives a number card. The class inserts numbers one at a time into a human BST where students stand and point left or right to indicate child nodes. After building the tree, students trace in-order traversal by walking through the structure, physically experiencing that it produces sorted output.
Explain the properties that define a Binary Search Tree (BST).
Facilitation TipDuring Human BST Construction, assign each student a number card and direct them to stand where their value fits relative to already-placed peers, enforcing the ordering property out loud.
What to look forProvide students with a list of numbers (e.g., 50, 30, 70, 20, 40, 60, 80). Ask them to draw the resulting Binary Search Tree. Then, ask them to write down the sequence of values visited during an in-order traversal.