Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Algorithms Asymptotic Worst Case Time and Time Complexity
Match List I with List II
|
LIST I |
LIST II |
||
|
A. |
The running time of straight forward recursive method to compute nth Fibonacci number Fn |
I. |
O (n2) |
|
B. |
The running time to compute Fn using memoization |
II. |
O (lg n) |
|
C. |
The running time to compute Fibonacci number Fn using only integer addition and multiplication |
III. |
O (n) |
|
D. |
The running time to determine an optimal bitonic tour |
IV. |
Θ{ϕn} |
Choose the correct answer from the options given below:
1
A - I, B - III, C - IV, D - II
2
A - IV, B - III, C - II, D - I
3
A - I, B - II, C - IV, D - III
4
A - IV, B - II, C - III, D - I