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

In the context of algorithm design, what is meant by 'efficiency'?
The algorithm is easy to understand.
The algorithm is correct.
The algorithm uses minimal resources (time, memory).
The algorithm produces the desired output.

Explanation

Efficiency in algorithms refers to the use of minimal resources.

Comments (0)

Advertisement