http://compute-it.toxicode.fr/
Compute It is a fun way of looking at algorithms. The right hand side of the page gives you the instructions that you must follow. Through this you’ll encounter:
- Sequence – instructions are followed in order.
- Iteration – repeat statements mean the lines inside the curly brackets will be done that many times.
- Selection – if statements mean the code will only be followed in certain circumstances.