Revision, Quadratic Time

Posted by stan on Stack Overflow See other posts from Stack Overflow or by stan
Published on 2010-04-19T08:53:19Z Indexed on 2010/05/15 20:54 UTC
Read the original article Hit count: 151

Filed under:
|

I am not sure if you can post revision programming questions in here but i am stuck with some algorithms revision

If an algorithm is quadratic it takes time proportional to the number of n^2 ?

So if the slides say its almost 1/2 the square of n records is this the same as saying (n^2 * 0.5)

Thanks

© Stack Overflow or respective owner

Related posts about revision

Related posts about algorithm