The Student Room Group

Reply 1

Basically you work through the algorithm line by line. Every time data CHANGES, you write the new value in the table working left to right and top to bottom.

The hard bit is keeping track of where you are in the algorithm. I \ each line as I reach it and / when I leave it.