Y
Hacker News
new
|
ask
|
show
|
jobs
by
MereInterest
314 days ago
Nitpick: O(n^2) is quadratic, not exponential. For it to “increase exponentially”, n would need to be in the exponent, such as O(2^n).
1 comments
esafak
314 days ago
To contrast with exponential, the term is
power law
.
link