All,
I came across this problem recently.
x! = N^logN.
Here x! means factorial of x and N^logN means power(N, logN).
How should I estimate x in terms of N?
Thanks,
Sorry for the confusion at the first post
|
All, I came across this problem recently. x! = N^logN. Here x! means factorial of x and N^logN means power(N, logN). How should I estimate x in terms of N? Thanks, Sorry for the confusion at the first post | |||||||||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.