Which of the following statements are TRUE? (Select all that apply)
(i)
(ii)
(iii)
(iv)
GATE CSE · Algorithms
Generate diverse GATE-level questions covering time and space complexity, Big-O, Theta, Omega notations, best/worst/average cases, and comparison of growth rates.
103 questions · 0 PYQs · 20 AI practice · GATE CSE 2027
Which of the following statements are TRUE? (Select all that apply)
(i)
(ii)
(iii)
(iv)
Which of the following functions grows the fastest asymptotically?
The recurrence has which asymptotic solution?
Which one of the following is asymptotically the smallest function?
If T₁(n) = O(1) and T₂(n) = O(log n), what is T₁(n) · T₂(n)?
Which of the following functions are ? (Select all that apply)
(i)
(ii)
(iii)
(iv)
Which of the following statements is TRUE about the time complexity of finding the maximum element in a sorted array of size n?
For , using the Master Theorem (Case 1 since ), the complexity is . What is the integer value of ?
Which of the following are valid asymptotic notations and their correct interpretation? (Select all that apply)
(i) means
(ii) means
(iii) means and
(iv) means
Using the recursion tree method for , the cost at depth (where root is depth 0) is . The total cost summed over all levels is . What is the integer value of ?
Using the substitution method, we guess for . We assume for all . Substituting gives . For this to be , we need what minimum integer value?
The recurrence with gives . If , what is ?
For which pair of functions is ?
Select one or more correct options. Which of the following statements are TRUE about the relationship between Big-O, Omega, and Theta notations?
Which of the following is the correct definition of ?
An algorithm's running time is . By Master Theorem, . What is the numerical value of ?
The amortized time complexity of the push and pop operations in a dynamic array (doubling strategy) is:
For the recurrence , which of the following conditions lead to ? (Select all that apply)
(i) for some (Case 1)
(ii) (Case 2)
(iii) and regularity holds (Case 3)
(iv) for
Which of the following correctly orders these functions from smallest to largest asymptotic growth?
If , what is the asymptotic complexity?
Want unlimited AI-generated Asymptotic Analysis questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.
Start practising for free →