General • Asked over 4 years ago by Anonymous
This is the main discussion thread generated for Understanding Big O And Algorithmic Complexity.
[deleted]
[deleted]
Hi,
Just wanted to confirm,
The table in the article says,
Logarithm -> O(nlog(n))
Shouldn't it be O(log(n), and if it is O(nlog(n)) then it would be called Linearithmic ?
yes same question. i guess that was a mistake
Resolved!
Fixed the order and added O(n!), thanks!