McqMate
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 |
Answer» D. no method is defined to calculate fibonacci number | |
Explanation: fibonacci number can be calculated by using dynamic programming, recursion method, iteration method. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet