Activity 01
Sorting Race: Bubble vs Selection Sort
Provide groups with identical sets of 10 numbered cards. Instruct them to sort using bubble sort first, counting swaps aloud, then repeat with selection sort and compare counts. Groups record results on a shared chart and discuss differences.
How is data organized in a Binary Search Tree?
Facilitation TipDuring Sorting Race, have students physically swap cards to mimic swaps in Bubble Sort, making the operation count visible and memorable.
What to look forPresent students with two simple algorithms (e.g., finding the largest number in a list of 5 items using two different methods). Ask them to count the operations for each and write down which is more efficient and why.