Which is the best sorting algorithm: insertion,selection,bubble,shell,merge,heap,quick, or radix?
- by flopex
I wanted to know which of these algorithms is the best for sorting random,semi-sorted,reversed or unique data. I know that some of these are of O(n^2) and O(nlogn).