Comparison Sorting Algorithms Complexity
Jump to navigation
Jump to search
Internal
Overview
TODO: comparison sorting cannot perform better than n lg n. The worst-case running time of a comparison algorithm is Ω(n lgn).
CLRS page 193.