(no title)
bmcfeeley | 7 years ago
This is sometimes true in sorting since comparison based sorting cannot be improved beyond n*log(n) except in specific cases for specific domains.
You are absolutely on the money about worst case being O(n^2) though for quicksort.
maxk42|7 years ago
bmcfeeley|7 years ago