# Lecture 1: Algorithmic Thinking, Peak Finding

$$log(n^{100}) => \Theta(logN)  == 100log(n)$$ --> power becomes constant

$$log\_5(n) => \Theta(log N) == \frac{log(N)}{log\_5}$$--> log of 5 becomes denominator&#x20;
