InterviewSolution
Saved Bookmarks
| 1. |
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 / recursiveThis 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 |
|
Answer» Correct answer is (d) Non iterative / recursive |
|