Activity 01
Simulation Game: Human Sorting Race
Divide the class into two groups to compete in sorting a set of numbered cards. One group must follow the bubble sort algorithm strictly, while the other uses merge sort, demonstrating how the number of comparisons changes as the list grows.
Analyze how breaking down a complex problem into smaller parts simplifies its solution.
Facilitation TipDuring the Human Sorting Race, stand back and let students self-organize; intervene only if the sorting logic breaks down or time constraints are ignored.
What to look forProvide students with a scenario, such as planning a birthday party. Ask them to list three distinct steps for decomposition, one pattern they might recognize, and one detail they would abstract away to simplify planning.