How to prove this statement of big o notation?

Posted by rachel7660 on Stack Overflow See other posts from Stack Overflow or by rachel7660
Published on 2010-04-19T13:24:36Z Indexed on 2010/04/19 13:33 UTC
Read the original article Hit count: 167

Filed under:
|
|

How to prove this:

4n = O(8 n)? What is the C (constant) and n0?

Is it the same as 8n = O(4n)? What is the C and n0 for this?

© Stack Overflow or respective owner

Related posts about big-o

Related posts about math