Why is the lower bound for the time complexity of comparison-based sort algorithms O(n log n)?
2 Answers
http://en.wikipedia.org/wiki/Comparison_sort#Number_of_comparisons_required_to_sort_a_list
answers that question quite well, I think.
http://en.wikipedia.org/wiki/Comparison_sort#Number_of_comparisons_required_to_sort_a_list
answers that question quite well, I think.