Asymptotic efficiency

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e3a048a3-5f8a-4104-b2b6-b6513b0e3495/Untitled.png

O-notation - upper bound

ex. 2n^2+1 = O(n^2), with c = ? and n0 = ?

ex2. 2n^2=O(n^3), with c = ? , and n0 = ?

Omega-notation - lower bound