Y
Hacker News
new
|
ask
|
show
|
jobs
by
Quekid5
592 days ago
> a linear algorithm that does N+1 queries.
That's what quadratic means.
3 comments
sgerenser
592 days ago
Typically implemented accidentally:
https://www.tumblr.com/accidentallyquadratic
link
nwellnhof
591 days ago
No, N+1 is still linear.
link
jon_richards
592 days ago
Not really what they're talking about
https://stackoverflow.com/questions/97197/what-is-the-n1-sel...
link