Which of the following is NOT a characteristic of a good algorithm?
Answers
Answered by
137
Answer:
- The algorithm doesn't stop in a finite number of times.
- The algorithm doesn't display the output.
- The algorithm obtains the input but doesn't apply it .
- The algorithm doesn't precisely state the steps of execution.
Answered by
5
Characteristics of good algorithm:
• The algorithm does not stop in a finite number of times.
• The algorithm does not display the output.
• The algorithm obtains the input but does not apply it.
• The algorithm does not precisely state the steps of execution.
• Presence of ambiguity.
• The algorithm does not produce a valid output.
• The algorithm has a logical problem.
• The algorithm is not optimized to work efficiently.
Similar questions