Bloodstein
Newcomer
- Joined
- Jul 1, 2003
- Messages
- 10
I've got a collection that I'd like to sort. It is of highest priority that the sorting has to be fast. Memory space is an issue but not as much as sorting speed. Also, I'd like the sorting algorithm to work fairly well for large (infinity) number of objects as for small number of objects.
Is there any sorting algorithm that does this. Quicksort is good...but i heard after a certain number of elements, the algorithm slows down rapidly.
Is there any sorting algorithm that does this. Quicksort is good...but i heard after a certain number of elements, the algorithm slows down rapidly.