View Single Post
  #2  
Old 11-13-2007, 01:20 PM
adios adios is offline
Senior Member
 
Join Date: Sep 2002
Posts: 8,132
Default Re: Best Sorting Algorithm For Large Numbers

It's been awhile since I've delved into sorting algorithms but if memory serves you want an "n log n" algorithm for faster sorts as opposed to an "n squared" algorithm.
Reply With Quote