aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Computer Science (GATE Exam) 2008 - Previous Question Paper Solution
  • Consider the following functions: f(n) = 2n g(n) = n! h(n...
Multiple choice

Consider the following functions: f(n) = 2n g(n) = n! h(n) = nlogn Which of the following statements about the asymptotic behaviour of f(n), g(n), and h(n) is true?

  1. f(n) = O(g(n)); g(n) = O(h(n))

  2. f(n) = $\Omega$(g(n)); g(n) = O (h(n))
  3. g (n) = O(g(n)); h(n) = O(f(n))

  4. h(n) = O(f(n)); g(n) = $\Omega$(f(n))
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Keep practicing — related questions

  • Let f (n) = n2 logn and g(n) = n(logn)10 be two positive functions of n. Which of the following statements ...
  • Consider the following functions f1(n) and f2(n) f1(n) = n3 for 0 ≤ n < 10,000 n2 for n ≥ 1 f2(n) = n for 0...
  • Suppose T(n) = 2T(n/2) + n,T(0) = T(1) = 1 Which one of the following is FALSE?
  • Which of the given options provides the increasing order of asymptotic complexity of functions f1, f2, f3 a...
  • Suppose T(n) = 2T (n/2) + n, T(0) = T(1) = 1 Which of the following is false?
  • Consider the following statements: 1. In Bombay. S. A. Dange published a pamphlet 'Gandhi and Lenin' and st...
  • With reference to the Indian Councils Act of 1909, Consider the following statements: 1. The Act formally i...
  • For an analytic function f(x + iy) = u(x, y) + i v(x, y), u is given by u = 3x2 – 3y2. The expression for v...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy