Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
blt
7 days ago
|
parent
|
context
|
favorite
| on:
A visual introduction to big O notation
This needs to be refined: f(x) is O(g(x)) if
there exists some X >= 0
such that f(x)/g(x) is bounded
for all x > X
.
Otherwise, we cannot say that 1 is O(x), for example.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Otherwise, we cannot say that 1 is O(x), for example.