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

In the context of algorithms, what does 'efficiency' primarily refer to?
The speed at which the algorithm produces results.
The clarity and readability of the algorithm's code.
The number of features the algorithm has.
The complexity of the algorithm's logic.

Explanation

Efficiency relates to execution speed.

Comments (0)

Advertisement