Kizspy | Question: 26
(Choose 1 answer)
Which of the following statements are TRUE?
(i)An algorithm is called recursive if it solves a problem by reducing it to an instance of the same problem.
(0) The value of a recursively defined function can be obtained by a recursive algorithm.
(III)If a problem can be solved utilizing solutions to smaller versions of the same problem, and the smaller versions reduce to easily solvable cases, then one can use a recursive algorithm to solve that problem.
A. all of them
B. (i) and (ii) only
C. (i) and (iii) only
D. (ii) and (iii) only
E. none of them