Content deleted Content added
Line 95:
The proof is a straight forward reduction from comparison-based sorting.
Suppose that such an algorithm existed, then we can construct a comparison-based sorting algorithm with running time O(n f(n)) as follows:
Chop the input array
Merge these n arrays with the K-Way Merge algorithm.
The resulting array is sorted and the algorithm has a running time in O(n f(n)).
|