Activity 01
Card Sort Race: Linear vs Binary
Provide shuffled number cards (1-32) to groups. First, time linear searches for various targets. Sort the cards, then repeat with binary search, recording steps and times. Debrief on differences.
Compare the efficiency of a linear search versus a binary search on a sorted list of 1000 items.
Facilitation TipDuring the Card Sort Race, circulate with a timer visible so students notice how quickly binary search narrows the field compared to linear search.
What to look forProvide students with a small, unsorted list of numbers (e.g., 10 items) and a target number. Ask them to count and record the exact number of comparisons needed to find the target using linear search. Then, provide a sorted version of the same list and ask them to count comparisons for binary search.