Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomc1985
2216 days ago
Indeed. It's been a while since I've had to so much as think about big O notation and I forgot that quirk. To most folks "exponential" means n^2 or greater
2 comments
recursive
2216 days ago
Most folks are using the word wrong then.
link
derefr
2216 days ago
“Superlinear” is the word you’re looking for.
link
Monory
2216 days ago
Superlinear can mean O(n log n) or anything like that, which is smaller than O(n^2).
link