Worse is better. Is there an example?

前端 未结 24 931
予麋鹿
予麋鹿 2020-12-12 19:03

Is there a widely-used algorithm that has time complexity worse than that of another known algorithm but it is a better choice in all practical si

24条回答
  •  遥遥无期
    2020-12-12 19:48

    I've always understood the term 'worse is better' to relate to problems with correct solutions that are very complex where an approximate (or good enough) solution exists that is relatively easier to comprehend.

    This makes for easier design, production, and maintenance.

提交回复
热议问题