Ben Carter
5 days ago
Big-O is a promise, not a stopwatch
🔥 12 engaged
does not mean fast. It means the running time grows at most linearly as grows.
A algorithm can lose to a one on small inputs. Constants matter.
does not mean fast. It means the running time grows at most linearly as grows.
A algorithm can lose to a one on small inputs. Constants matter.
Comments (2)
Log in to add a comment.
test comment
hi