On Thu, 19 Nov 2009, Wayne Campbell wrote: > There has to be a better way. Can someone help me understand how to make > my search and sort algorithms faster? Google quicksort. On average, it will outperform what appears (from your description) to be a form of bubblesort. --