Hacker News new | ask | show | jobs
by dietbacon 3453 days ago
Big O complexity is an upper bound.

If something is O(1) it's also O(n) and O(n!), since it's an upper bound.