I tried two methods to compute the limit, $\lim \limits_{n \rightarrow \infty} \sqrt[n]{n!}$ and i got distinct results.
Method 1: Observe that $(2n)! \ge \prod \limits_{k=n}^{2n} k \ge n^{n+1}$. Thus, $\sqrt[2n]{(2n)!} \ge \sqrt[2n]{n^{n+1}} \ge \sqrt{n}$. Same case for $k=2n+1$.So $\lim \sqrt[n]{n!} = +\infty$.
Method 2: We use algebra of limits, giving $\lim \sqrt[n] {n!} = (\lim \sqrt[n]{n})(\lim \sqrt[n]{n-1}) \ldots (\lim \sqrt[n]{1}) = 1$. Since $\lim \sqrt[n]{n} = 1$.
What mistake did I make in these proofs? Thank you!
Your first proof is correct. The second one is not, because you cannot use "algebra of limits" as you did: in the product you write the number of terms is not fixed but is becoming larger and larger (is equal to $n$); so you cannot say say that the limit of the product is equal to the product of the limits. The same kind of things happen with infinite series: you cannot always pass to the limit under the $\sum$ sign.