If an algorithm takes exponential time, that usually means that it can be done in
[tex]\Theta (a^n)[/tex] time for some constant a.
If an algorithm takes polynomial time, that usually means it can be done in
[tex]\Theta (P(n))[/tex] time for some polynomial P.
Are you familiar with [tex]\Theta[/tex], O, or [tex]\Omega[/tex] notation?