Asymptotics

From Computer Science
Revision as of 11:48, 18 November 2022 by Jkinne (talk | contribs)
Jump to: navigation, search

Assignment

Problems from Mathematics for Computer Science (MCS).

  1. MCS Problem 14.18. Note that n=0 is theoretically a possible answer for some of these.
  2. MCS Problem 14.19. Note that for the ones that have sin, you have to pay attention to the precise definition of big O. For the one with n! you can use Sterling's approximation (any of the variations will be good enough).
  3. MCS Problem 14.25. Note that for functions f(n) and g(n), the notation "f ~ g" means that the limit of f(n)/g(n) approaches 1 as n goes to infinity (this is like them being Theta of each other with a constant factor of 1). For the one with n! you can use Sterling's approximation.
  4. MCS Problem 14.26. For some of these you also need to pay attention to the precise definition of big O.
  5. MCS Problem 14.34.