Computer Science - Computational Thinking - Algorithm design basics - Algorithm Challenge: Find the Tallest
Interactive demonstration of an algorithm. Show 8 cartoon characters of different heights (randomized, not in order). Task: 'Find the tallest person.' Algorithm to follow: (1) Point to the first person. Call them 'tallest so far'. (2) Compare with the next person. If next is taller, they become 'tal