UGC NET CS 2006 June-Paper-2
May 24, 2024Computer-Networks
May 25, 2024Question 1428 – Algorithms
The solution of recurrence relation : T(n) = 2T(sqrt(n)) + lg(n) is
Correct Answer: D
Question 215 Explanation:
O(lg (n) lg(n))
O(lg (n))
O(n lg (n))
O(lg (n) lg(lg(n)))