A
Allan Ebdrup
Hi
I'm trying to calculate a complexety of an algorithm what does the sum
1*log(1) + 2*log(2) + ... + (n-1)*log(n-1) + n*log(n)
give in O()?
I'm guession it's O(log(n)*n^2) but is it?
Kind Regards,
Allan Ebdrup
I'm trying to calculate a complexety of an algorithm what does the sum
1*log(1) + 2*log(2) + ... + (n-1)*log(n-1) + n*log(n)
give in O()?
I'm guession it's O(log(n)*n^2) but is it?
Kind Regards,
Allan Ebdrup