+2 votes
in Class 11 by kratos

Write some properties of algorithm.

1 Answer

+5 votes
by kratos
 
Best answer

Some properties of the algorithm are :

  1. An algorithm should terminate after the finite number of steps.

  2. An algorithm should be simple so that anyone can understand them properly.

  3. An algorithm should be universal and lead to a unique solution to the problem.

  4. An algorithm should have the capability to handle some unexpected situations which may arise during the solution of a particular problem.

  5. An algorithm should be able to solve all problems of a particular type for which it is designed.

...