log function comparison
From: airnikez (ericworldz_at_msn.com)
Date: 07/01/04
- Next message: Jonathan: "Re: Logic Book"
- Previous message: Israeli guy: "Re: Fear not, my friend"
- Next in thread: phil: "Re: log function comparison"
- Maybe reply: phil: "Re: log function comparison"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Jul 2004 18:56:33 +0000 (UTC)
how do I compare these functions below and figure out which one is faster than the other.. i'm using O notation..
n^2(2^n) 3^n
n^(1/3) (logn)^6
I need to know the relationship between the 2 functions. Is it big O, small o, omega, theta, micron?
Thanks.
- Next message: Jonathan: "Re: Logic Book"
- Previous message: Israeli guy: "Re: Fear not, my friend"
- Next in thread: phil: "Re: log function comparison"
- Maybe reply: phil: "Re: log function comparison"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|