What is the O-notation (or $\Theta$ notation ) of $\left(\begin{array}{c} n\\ \frac{n}{2} \end{array} \right)$ ?
Can I use Sterling approximation : $n! = \Theta(\sqrt{n}\left(\frac{n}{e}\right)^n)$ and evaluate my function as $\Theta\left(\frac{2^n}{\sqrt{n}}\right)$ ?
Asked
Active
Viewed 35 times
0

Eliran Turgeman
- 163
- 6
will this calculation suffice?
$$\lim_{n \to \infty} \frac{\frac{n}{2}!}{ {\sqrt{\frac{n}{2}}\left(\frac{n}{2e}\right)^{n/2}}} \in (0, \infty)$$ – Eliran Turgeman Apr 05 '20 at 15:17