Activity 01
Pair Comparison: Algorithm Twins
Provide pairs with two problem cards, such as sorting student scores and arranging library books. Students list steps for each, then highlight identical patterns like comparison and swapping. Pairs share one adaptation idea with the class.
Compare the underlying patterns in two seemingly different computational problems.
Facilitation TipDuring Algorithm Twins, provide pseudocode snippets printed on separate cards so students can physically manipulate and compare them side by side.
What to look forPresent students with two short pseudocode snippets for different problems (e.g., finding the maximum value in a list and finding the earliest deadline). Ask them to identify one common pattern (e.g., sequential iteration) and explain how the core logic is similar.