I've seen examples of big-o expressed as O(X!) but I am not sure what this means, according to the accompanying charts it is very slow.
Can someone give an example of an O(X!) algorithm?
Thanks
It means factorial. It is the product of the numbers from 1 to X. So by example, 5! = 1 * 2 * 3 * 4 * 5 = 120.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With