Computer Science, asked by christopherbrass, 10 months ago

Which of the following is NOT a characteristic of a good algorithm?

Answers

Answered by ElegantSplendor
137

Answer:

  1. The algorithm doesn't stop in a finite number of times.
  2. The algorithm doesn't display the output.
  3. The algorithm obtains the input but doesn't apply it .
  4. The algorithm doesn't precisely state the steps of execution.
Answered by Anonymous
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