Hacker News new | ask | show | jobs
by SkiFire13 782 days ago
> That's O(1).

A loop over 2^64 elements is also O(1), but I don't think people are ok to label every program that can run on a 64 bit pc as O(1).

1 comments

You should really refresh yourself on Big-O notation.