Q. Finiteness property of an Algorithm is (Solved)
1. The number of steps in the algorithm should be finite.
2. The algorithm should terminate after a finite no. of times.
3. For all possible combinations of input data, the algorithm terminates after a finite no. of steps.
4. None of above
- c. For all possible combinations of input data, the algorithm terminates after a finite no. of steps.