1.

Explain the characteristics of algorithm.

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.



Discussion

No Comment Found

Related InterviewSolutions