PA of Algorithms Q9

0. Consider following two functions
  f(n) = n3, if 0 ≤ n < 10,000
     n2, otherwise
  g(n) = n, if 0 ≤ n < 100
     n2 + 5n, otherwise
Which of the following are true?

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *