1
GATE CSE 2022
MCQ (Single Correct Answer)
+1
-0.33
Which one of the following statements is TRUE for all positive functions f(n) ?
2
GATE CSE 2021 Set 1
MCQ (Single Correct Answer)
+1
-0.33
Consider the following three functions.
f1 = 10n, f2 = nlogn, f3 = n√n
Which one of the following options arranges the functions in the increasing order of asymptotic growth rate?
3
GATE CSE 2020
MCQ (Single Correct Answer)
+1
-0.33
For parameters a and b, both of which are $$\omega \left( 1 \right)$$,
T(n) = $$T\left( {{n^{1/a}}} \right) + 1$$, and T(b) = 1.
Then T(n) is
T(n) = $$T\left( {{n^{1/a}}} \right) + 1$$, and T(b) = 1.
Then T(n) is
4
GATE CSE 2017 Set 1
MCQ (Single Correct Answer)
+1
-0.33
Consider the following functions from positive integers to real numbers :
$10, \sqrt{n}, n, \log _2 n, \frac{100}{n}$.
The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is :
GATE CSE Subjects
Browse all chapters by subject
Theory of Computation
Operating Systems
Algorithms
Database Management System
Data Structures
Computer Networks
Software Engineering
Compiler Design
Web Technologies
General Aptitude
Discrete Mathematics
Programming Languages