4.7 - Lower Bounds and Θ Notation

¡Supera tus tareas y exámenes ahora con Quizwiz!

Determine the proper relationship between the following pair of functions. f(n) = 2^​n​​, g(n) = 3^n

f(n)is O(g(n))

The Sequential Search algorithm is Θ(n^2).

False

Big-Theta notation (Θ) defines an equivalence relation on the set of functions.

True

Determine the proper relationship between the following pair of functions. f(n) = 2^​n​​, g(n) = n^n

f(n)is O(g(n))

Determine the proper relationship between the following pair of functions. f(n) = 2^​n​​, g(n) = 10n​^2

f(n)is Ω(g(n))

Determine the proper relationship between the following pair of functions. f(n) = √​n, g(n) = log (n^2)

f(n)is Ω(g(n))

The Sequential Search algorithm is Θ(n^n).

False

Determine the proper relationship between the following pair of functions. f(n) = 2^​n​​, g(n) = n log n

f(n)is Ω(g(n))

Determine the proper relationship between the following pair of functions. f(n) = log^2 n, g(n) = logn

f(n)is Ω(g(n))

Determine the proper relationship between the following pair of functions. f(n) = n. g(n) = log^2 n

f(n)is Ω(g(n))

Determine the proper relationship between the following pair of functions. f(n) = nlogn + n, g(n) = logn

f(n)is Ω(g(n))

For what value of k is √​n ​​​= Θ(n​^k​​)?

0.5


Conjuntos de estudio relacionados

Periodic Table of Elements (1-12)

View Set

Business, Ethics & Society: Exam 3 Review

View Set

AP Computer Science Project Stem Chp. 1

View Set

Assemblies and the Global Assembly Cache

View Set

pediatrics week week 13 chapters 22,26,and 28

View Set

CHM Exam 4 (Chapter 3) Study Guide

View Set

POLS 2305 - American Gov - Chapter 12 Political Parties

View Set