Give the smallest O() estimate you can for the following functions:
4n2 + 5n – 8 = O(...)
log(n)2 + n = O(...)
If you guys can, explain the answer rather than giving it to me. A question like this will be on my mid-term and I want to understand this.
Thanks