+2 votes
in Class 12 by kratos

Explain the characteristics of algorithm.

1 Answer

+5 votes
by kratos
 
Best answer

The characteristics of algorithm are:

  1. It must be simple.

  2. Every step should perform a single task.

  3. There should not be any confusion at any stage.

  4. It must involve a finite number of instructions.

  5. It should produce at least one output.

  6. It must give a unique solution to the problem.

  7. The algorithm must terminate and must not enter to infinity.

...