Worse is better. Is there an example?
问题 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 situations ( worse complexity but better otherwise)? An acceptable answer might be in a form: There are algorithms A and B that have O(N**2) and O(N) time complexity correspondingly, but B has such a big constant that it has no advantages over A for inputs less then a number of atoms in the Universe. Examples highlights from the answers: Simplex