retagged by
429 views

1 Answer

0 votes
0 votes

As a hint:  for analysis of asymptotic complexity, take  Log ( n! ) = n Log n.

Proof: https://stackoverflow.com/questions/2095395/is-logn-%CE%98n-logn

use this and you will easily get answer for every option.

In case you still have any query, please ask specifically what you are not able to understand.

Related questions

50 votes
50 votes
6 answers
1
Rohith AP asked Dec 13, 2015
6,108 views
Let $n = m!$. Which of the following is TRUE?$m = \Theta (\log n / \log \log n)$$m = \Omega (\log n / \log \log n)$ but not $m = O(\log n / \log \log n)$$m = \Theta (\log...