View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld[_2_] Ron Rosenfeld[_2_] is offline
external usenet poster
 
Posts: 1,045
Default Sort in striing?

On Thu, 22 Nov 2012 19:26:41 +0000 (UTC), "Auric__" wrote:

However, the method Ron Rosenfeld posted (using Quicksort) is probably
faster.


The Quicksort algorithm should be faster unless the list is already nearly sorted. With short lists, however, the speed difference is probably not significant compared with a Bubblesort.