Order the following list of functions by the big-Oh notation. Group together (for example, by underlining) those

Question:

Order the following list of functions by the big-Oh notation. Group together (for example, by underlining) those functions that are big-Theta of one another. 

6n log n 2100 log log n log? n 2log n 22


When in doubt about two functions f(n) and g(n), consider log f(n) and log g(n) or 2f(n) and 2g(n) .

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Algorithm Design And Applications

ISBN: 9781118335918

1st Edition

Authors: Michael T. Goodrich, Roberto Tamassia

Question Posted: