29
Exercise #4: Big-Oh
Show that
7n-2 is in O(n)
3n
3
+ 20n
2
+ 5 is in O(n
3
)
3·log
2
n + 5 is in O(log
2
n)