Solved

Choose the Order of the Following Growth Rates, from Slowest

Question 79

Multiple Choice

Choose the order of the following growth rates, from slowest to fastest: θ(n3) , θ(nlog(n) ) , θ(n3/2) , θ(2n) .


A) θ(n log(n) ) , θ(n3/2) , θ(n3) , θ(2n)
B) θ(n3) , θ(n log(n) ) , θ(n3/2) , θ(2n)
C) θ(n3/2) , θ(n log(n) ) , θ(n3) , θ(2n)
D) θ(2n) , θ(n3) , θ(n3/2) , θ(n log(n) )

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions