Activity 01
Card Sort: Build a BST
Provide decks of numbered cards to small groups. Students insert cards one by one into a physical tree on paper or floor, drawing branches and noting comparisons. Groups then search for target values and time their searches. Debrief on tree shapes formed.
Explain how the structure of a binary search tree enables efficient searching.
Facilitation TipDuring the Card Sort: Build a BST, circulate to ask students to predict the search path for a value before they trace it, reinforcing the relationship between node values and traversal order.
What to look forPresent students with a small, pre-built binary search tree diagram. Ask them to trace the path to find a specific value, writing down each node visited. Then, ask them to determine the time complexity of that search operation.