What are the characteristics of a good algorithm?
Answers
Answered by
21
Explanation:
What are the characteristics of a good algorithm?
➡ The characteristics of a good algorithm are:
- Precision – the steps are precisely stated.
- Uniqueness – results of each step are uniquely definedand only depend on the input and the result of the precedingsteps.
- Finiteness – the algorithm stops after a finite number ofinstructions are executed.
- the actions to be carried out must be rigorously and unambiguously specified for each case.
- It should also be possible to make changes in the algorithm without putting so much effort on it.
Similar questions