http://qs321.pair.com?node_id=228070


in reply to Re: An informal introduction to O(N) notation
in thread An informal introduction to O(N) notation

Thanks. This was the "more formal, but still readable" defintion of O() that I was looking for.

Also, BTW, while &Theta() is defined as the average-case, I think the normal-case is more often actualy used -- the average case can be impossible (or at least, impraticle) to compute. (Then again, I don't really know what I'm talking about.)


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

  • Comment on Re: Re: An informal introduction to O(N) notation