View Single Post
  #24   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.vb.general.discussion
Howard Kaikow Howard Kaikow is offline
external usenet poster
 
Posts: 269
Default Can this QuickSort work?

wrote in message
oups.com...
Had a look at the CountingSort and it is faster if the range of values
in the array is
small, but it gets much slower if this range is large. My range is very
large, could be from
0 to 1000000000000.


you can use the program I posted at
http://www.standards.com/index.html?Sorting to compare timings.

Your best bet may be QuickSort,