Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Math & Sciences (https://www.askmehelpdesk.com/forumdisplay.php?f=402)
-   -   Finding Big O, theta, omega, little-o and little-w (https://www.askmehelpdesk.com/showthread.php?t=93950)

  • May 18, 2007, 06:04 PM
    bchow
    Finding Big O, theta, omega, little-o and little-w
    f(n) = n / log n
    g(n) = log n (log (log n) )

    all logs are base 2

    the question is, is f(n) element of Ω (g(n))
    f(n) element of O (g(n))
    f(n) element of Θ (g(n))
    f(n) element of w (g(n))
    f(n) element of o (g(n))

    thanks
  • May 21, 2007, 02:29 AM
    Clough
    I would suggest seeing the following site first.

    https://www.askmehelpdesk.com/math-s...board-b-u.html

  • All times are GMT -7. The time now is 08:45 AM.