Hacker News new | ask | show | jobs
by pmiller2 3407 days ago
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).