▲ | DennisL123 3 days ago | ||||||||||||||||||||||||||||
Efficiency, not effectiveness. They are all effective in the sense that they produce sorted results. Even the non-modern sort algorithms are effective in the sense that the results are correct. This should be about the efficiency with which they do it, right? | |||||||||||||||||||||||||||||
▲ | JSR_FDED 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||
From TFA: The title is an homage to Eugene Wigner's 1960 paper "The Unreasonable Effectiveness of Mathematics in the Natural Sciences". | |||||||||||||||||||||||||||||
▲ | aabhay 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
Agreed. Effectiveness would imply that some algorithms are more likely to sort the list correctly than others, or they sort a higher percentage of elements. Efficiency is about factors external to the correctness | |||||||||||||||||||||||||||||
▲ | creata 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||
"The Unreasonable Effectiveness of Mathematics in the Natural Sciences" is one of those titles that gets imitated a lot for some reason. Maybe even more than "Goto Considered Harmful". | |||||||||||||||||||||||||||||
|