Does anyone know what the most efficient sorting algorithm would be for a large array (possibly very large)? I am currently using the bubble sort algorithm for testing, but the array I am using is very small.
a quick google gets you this http://en.wikipedia.org/wiki/Sorting_algorithm (note depending on the set some sorts are better than others) there is never a sorting algorithm that will always be the best