int fibo(int n) 2. int fibo_terms[100000] //arr to store the fibonacci numbers 3. fibo_terms[0] = 0 4. fibo_terms[1] =
Posted: Wed Jul 13, 2022 7:40 pm
a) O(1)
b) O(n)
c) O(n2)
d) Exponential
b) O(n)
c) O(n2)
d) Exponential
Accurate answers. Every time.
https://answerhappy.com/