Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Given that F(N) = 3 N2 + 5 N3 + log (N), which of the following equalities holds? (CHECK ALL OPTIONS THAT ARE CORRECT)

1. Given that F(N) = 3 N2 + 5 N3 + log (N), which of the following equalities holds? (CHECK ALL OPTIONS THAT ARE CORRECT) a) F(N) = O(N3 ) b) F(N) = o(N4 ) c) F(N) = (N3) d) F(N) = (N3)

2. Assume that F(N) < G(N) for all N< C, whereas F(N) > G(N) for all N>C , (C is a positive integer). Then,

a) O(F(N) + G(N)) = O(F(N)) b) O(F(N) + G(N)) = O(G(N)) c) Both are correct.

3. True or False? a) O(log NK) = O(log N) b) (log NK) = (log N).

4. Which of the following statements is a conclusion of lim[g(n)/f(n)] as n-> = 0?

g(n) = O(f(n))

g(n) = o(f(n))

g(n) = (f(n))

g(n) = (f(n))

5. Which of the following statements is a conclusion of lim[f(n)/g(n)] as n-> = lim[(g(n)/f(n)] as n-> ?

g(n) = O(f(n))

g(n) = o(f(n))

g(n) = (f(n))

g(n) = (f(n))

PLEASE PROVIDE EXPLANATION FOR EACH ONE

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago