Hacker News new | ask | show | jobs
by dr_win 3403 days ago
Because you might be dead already. Which would be a weird edge case.
1 comments

No. O(1) just means the algorithm always takes no more than some arbitrary, but fixed amount of time to complete, regardless of the size of the input. That fixed amount of time could be a billion years (or more).