Home / Engineering / Design and Analysis of Algorithms / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) Which of the following option is wrong?

(A) fibonacci number can be calculated by using dynamic programming
(B) fibonacci number can be calculated by using recursion method
(C) fibonacci number can be calculated by using iteration method
(D) no method is defined to calculate fibonacci number
Correct answer : Option (D) - no method is defined to calculate fibonacci number

Explanation:
 fibonacci number can be calculated by using dynamic programming, recursion method, iteration method.

Share

Discusssion

Login to discuss.