Computer Science, asked by khalidk4193, 9 months ago

Describe the characteristic of a good algorithms

Answers

Answered by BruceL
10

Answer:

the characteristics of a good algorithm are:

  1. Precision – the steps are precisely stated(defined).
  2. Uniqueness – results of each step are uniquely definedand only depend on the input and the result of the preceding steps.
  3. Definiteness – the algorithm stops after a finite number of instructions are executed.
  4. Input – the algorithm receives input.
  5. Output – the algorithm produces output.
  6. Generality – the algorithm applies to a set of inputs.

Answered by Anonymous
28

Explanation:

Your answer is in the attachment

Attachments:
Similar questions