Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 15)
What are the key features of a good algorithm?
It should be unambiguous.
It should produce the correct results.
It should be executable.
It must be easy to understand.
Explanation
A good algorithm has well-defined, correct, and easy-to-understand steps, leading to the expected output.
Comments (0)
