Let and be two positive functions of n. Which of the following statements is correct ?
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 · 8 PYQs · 12 AI practice · GATE CSE 2027
Let and be two positive functions of n. Which of the following statements is correct ?
Let S be a sorted array of n integers. Let T(n) denote the time taken for the most efficient algorithm to determined if there are two elements with sum less than 1000 in S. Which of the following statement is true?
Consider the following functions Which of the following is true?
If , give the correct matching for the following pairs:
Let T(n) be the function defined by . Which of the following statements is true?
Which of the following is false?
Consider the following two functions:
Which of the following is true?
, where stands for order is:
Let f(n) = n^(log n) and g(n) = (log n)^(log n). Which one of the following is TRUE?
The number of levels in the recursion tree for (until subproblem size reaches 1) is . For , how many levels are there?
Which of the following recurrences CANNOT be directly solved using the standard Master Theorem ()?
Which of the following are properties of Big- notation? (Select all that apply)
(i) Reflexivity:
(ii) Symmetry:
(iii) Transitivity: and
(iv) but
The recurrence for Strassen's matrix multiplication is . Its asymptotic complexity is:
For the recurrence , the asymptotic solution is:
Which of the following recurrences have solution ? (Select all that apply)
(i)
(ii)
(iii) (extended Master Theorem)
(iv)
If , which of the following is the tightest correct bound?
The Master Theorem Case 3 applies when for some AND the regularity condition holds. In this case :
Let f(n) = n^1.5 and g(n) = n·(log n)^10. Which is true?
Consider and . What is the smallest integer value of beyond which ? (i.e., the crossover point, approximately )
Which of the following is TRUE about the relationship between and ?
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 →