📚 Question Bank Q11 — Algorithms
Tags
Algorithms
Q11. Marks: +2.0 UGC NET Paper 2: Computer Science17th June 2023

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 ✓ Correct
3. A - I, B - II, C - IV, D - III
4. A - IV, B - II, C - III, D - I
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question