Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 10 - No. 39)

What do trace tables provide during algorithm analysis?
A summary of the algorithm's functions.
Step-by-step variable changes during execution.
The source code of the algorithm.
Instructions on how to use the algorithm.

Explanation

Trace tables track the flow of the algorithm.

Comments (0)

Advertisement