A lot of people talks about them when Comparing algorithms. For example, when comparing quicksort and smoothsort, both have an average time complexity of O(nlogn), but they say that smoothsort is worst because "it has more hidden constants"
What does that mean?