aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Computer Science (GATE Exam) 2006 - Previous Question Paper Solution
  • The order of the following recurrence: $T(n) = 2T([\sqrt{...
Multiple choice

The order of the following recurrence: $T(n) = 2T([\sqrt{n}]) + 1$
is

  1. T (n) = $\odot$(log log n)
  2. T (n) = $\odot$ (log n)
  3. T (n) = $\odot$ ($\sqrt{n}$)
  4. T (n) = $\odot$ (n)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Keep practicing — related questions

  • The order of the following recurrence: $T(n) = 2T([\sqrt{n}]) + 1$ is
  • The recurrence equation T(1) = 1 T(n) = 2T(n − 1) + n, n $\le$ 2 evaluates to
  • Suppose T(n) = 2T (n/2) + n, T(0) = T(1) = 1 Which of the following is false?
  • The recurrence relation that arises in relation with the complexity of Binary Search is
  • The solution to the recurrence equation $T(2^k) = 3T(2^{k-1})+1, T(1) =1$ is
  • Consider the following recurrence relation $T(1)=1$ $T(n+1) = T(n)+\lfloor \sqrt{n+1} \rfloor$ for all $n \...
  • What is the order of growth of the running time of an algorithm, if its running time is: T(n) = [n(n log n ...
  • Suppose T(n) = 2T(n/2) + n,T(0) = T(1) = 1 Which one of the following is FALSE?
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy