☑Kizspy.me
(Choose 1 answer)
☐ A
Back
Next
FUO.sh
sh the exam.
Which of the following statements are TRUE?
(0)
(ii)
An algorithm is called recursive if it solves a problem by reducing it to an instance of the same problem.
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