Activity 01
Card Simulation: Linear vs Binary Search
Provide shuffled numbered cards as lists. Groups perform linear search by checking sequentially and binary search by halving sorted piles, recording steps for lists of 10, 20, and 40 items. Discuss patterns in step counts as sizes increase.
Compare how a linear search finds an item versus a simpler search method.
Facilitation TipDuring Card Simulation: Linear vs Binary Search, have students record every comparison on scrap paper to make the hidden work of algorithms visible.
What to look forProvide students with a small, unsorted list of numbers and a target number. Ask them to manually count the number of comparisons needed to find the target using a linear search. Then, ask them to predict how many comparisons would be needed if the list doubled in size.