Sometimes, the constant factors in an algorithm's runtime equation are more important thant its growth rate. When the problem is sorting, this can happen in which situation?
CPU speed would affect all comparisons in the same way.
Records being sorted or reverse sorted affects the growth rate of different algorithms differently. But not relevant to this question.
When we sort only a few records, constants matter a lot.