Time complexity for the recursive relation T(n) = 2T(√n) + 1 is:

2025

Time complexity for the recursive relation T(n) = 2T(n) + 1 is:

Answer: D. θ (log n)

  1. A.

    θ (n log n)

  2. B.

    θ (n)

  3. C.

    θ (n2)

  4. D.

    θ (log n)

Attempted by 188 students.

Show answer & explanation

Correct answer: D

Explore the full course: Up Lt Grade Assistant Teacher 2025

Loading lesson…