(no title)
fastaguy88 | 5 months ago
Not everyone works on web sites using well-optimized libraries; some people need to know about N and Nlog(N) vs N^2.
fastaguy88 | 5 months ago
Not everyone works on web sites using well-optimized libraries; some people need to know about N and Nlog(N) vs N^2.
matheusmoreira|5 months ago
Every programmer should know enough to at least avoid accidentally making things quadratic.
https://news.ycombinator.com/item?id=26296339
hetman|5 months ago
pfdietz|5 months ago
It's often a case of "N won't be large here" and then later N does sometimes turn out to be large.