David Schultz ac48ad2e5e Changing 'r' to a size_t in the previous commit turned quicksort
into slowsort for some sequences because different parts of the
code used 'r' to store two different things, one of which was
signed. Clean things up by splitting 'r' into two variables, and
use a more meaningful name.
2008-01-14 09:21:34 +00:00
..
2007-06-03 17:20:27 +00:00
2007-12-12 07:43:23 +00:00
2007-05-31 13:01:34 +00:00
2007-12-03 15:13:44 +00:00