Question
a.
O(n²)
b.
O(3ⁿ)
c.
O(n⁴)
d.
O(n⁵)
Posted under Discrete Mathematics
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The big-O notation for f(n) = (nlogn + n²)(n³ + 2) is?
Similar Questions
Discover Related MCQs
Q. The big-theta notation for function f(n) = 2n³ + n – 1 is?
View solution
Q. The big-theta notation for f(n) = nlog(n² + 1) + n²logn is?
View solution
Q. The big-omega notation for f(x, y) = x⁵y³ + x⁴y⁴ + x³y⁵ is?
View solution
Q. If f1(x) is O(g(x)) and f2(x) is o(g(x)), then f1(x) + f2(x) is?
View solution
Q. The little-o notation for f(x) = xlogx is?
View solution
Q. The big-O notation for f(n) = 2log(n!) + (n² + 1)logn is?
View solution
Q. The big-O notation for f(x) = 5logx is?
View solution
Q. The big-Omega notation for f(x) = 2x⁴ + x² – 4 is?
View solution
Q. What is the domain of a function?
View solution
Q. What is domain of function f(x)= x^1/2?
View solution
Q. What is the range of a function?
View solution
Q. What is domain of function f(x) = x⁻¹ for it to be defined everywhere on domain?
View solution
Q. The range of function f(x) = sin(x) is (-∞, ∞).
View solution
Q. Codomain is the subset of range.
View solution
Q. What is range of function f(x) = x⁻¹ which is defined everywhere on its domain?
View solution
Q. If f(x) = 2^x then range of the function is?
View solution
Q. If f(x) = x² + 4 then range of f(x) is given by?
View solution
Q. Let f(x)=sin²(x) + log(x) then domain of f(x) is (-∞, ∞).
View solution
Q. An injection is a function which is?
View solution
Q. A mapping f : X → Y is one one if __________
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Discrete Mathematics? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!
Software Engineering
Learn about the systematic approach to developing software with our Software...
Java Programming
Level up your coding skills with our Java Programming MCQs. From object-oriented...