▲ | fastaguy88 4 days ago | |||||||||||||
It really depends. Working on genome analysis, I once encountered/interrupted (by rebooting after a software update) a student who had been running an analysis for more than a week, because they had not pre-sorted the data. With pre-sorted data, it took a few minutes. Not everyone works on web sites using well-optimized libraries; some people need to know about N and Nlog(N) vs N^2. | ||||||||||||||
▲ | matheusmoreira 4 days ago | parent [-] | |||||||||||||
> some people need to know about N and Nlog(N) vs N^2. Every programmer should know enough to at least avoid accidentally making things quadratic. | ||||||||||||||
|