In general, which of the following methods isn’t used to find the factorial of a number?
(a) Recursion
(b) Iteration
(c) Dynamic programming
(d) Non iterative / recursive
This question was addressed to me in an interview.
I want to ask this question from Factorial using Recursion in section Recursion of Data Structures & Algorithms II