Question 10668 – Time-Complexity

When n = 22k for some k ≥ 0, the recurrence relation

 T(n) = √(2)T(n/2) + √n, T(1) = 1

evaluates to :

Correct Answer: A

Question 30 Explanation: 
A
√n (log n + 1)
B
√n log n
C
√n log √n
D
n log √n

Leave a Reply

Your email address will not be published. Required fields are marked *

error: <b>Alert: </b>Content selection is disabled!!
Question 9573 – Time-Complexity
February 13, 2024
Question 10528 – Time-Complexity
February 13, 2024
Question 9573 – Time-Complexity
February 13, 2024
Question 10528 – Time-Complexity
February 13, 2024