

InterviewSolution
Saved Bookmarks
1. |
The complexity of Fibonacci series is _________(a) O(2^n)(b) O(log n)(c) O(n^2)(d) O(n log n)I have been asked this question in an interview for job.I need to ask this question from Algorithms topic in division Algorithms of Discrete Mathematics |
Answer» Right choice is (a) O(2^N) |
|