View Single Post
  #13   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?

"RB Smissaert" wrote in message
...
Well, I have the regular/standard QuickSort and that is pretty fast, but I
thought
this might be faster. Shame it doesn't sort.


There is no standard QuickSort.
There are many variants of the algorithm.