Computer Science - Computational Thinking - Algorithm design basics - Writing Your First Algorithm
4-step guide. Step 1: 'What makes a good algorithm? (1) PRECISE - each step is clear and unambiguous. (2) ORDERED - steps are in the right sequence. (3) FINITE - it ends eventually (doesn't go on forever). (4) EFFECTIVE - it actually solves the problem. (5) GENERAL - works for different inputs, not