Activity 01
Gallery Walk: Algorithm Comparison Posters
Small groups each design two or three different algorithmic approaches to the same problem and post their solutions. Other groups walk the gallery and leave sticky-note critiques noting trade-offs they notice, prompting revision and whole-class comparison.
Compare different approaches to solving a basic computational problem.
Facilitation TipFor the Gallery Walk, post guiding questions next to each poster so students analyze efficiency, readability, and scalability rather than just correctness.
What to look forPresent students with a simple problem, like sorting a small list of numbers (e.g., [5, 2, 8]). Ask them to write down two different step-by-step methods (algorithms) to solve it. Then, have them briefly describe which method they think would be faster and why.