Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
540 views
in Information Technology by (72.7k points)
closed by

If positive function f(n) is given below as:

f(n) = a0 + a1n + a2n2 + a3n3 + .......amnm then for positive n and am > 0, f(n) is:


1. θ(na)
2. θ(mn)
3. θ(am)
4. θ(nm)

1 Answer

0 votes
by (121k points)
selected by
 
Best answer
Correct Answer - Option 4 : θ(nm)

f(n) = a0 + a1n + a2n2 + a3n3 + .......amnm

a0 , a1,  a2 ,a3 are constants & highest power of n is nm

So the complexity will be θ(nm)

Important Point 

Big-Θ notation to asymptotically bound the growth of a running time to within constant factors above and below.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...