quicksort.c: Don't sort the portion of the list that matches the pivot.
authorW. Trevor King <wking@drexel.edu>
Mon, 25 Oct 2010 16:54:21 +0000 (12:54 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 25 Oct 2010 16:54:21 +0000 (12:54 -0400)
commitebbd9d49a9741639f255e885bf56f637c28eeda7
tree18538e1aef8ba4c48822a6260a49af52676718f0
parentace460cb1c24d1dc9a5b0156cefbc6bce235b73d
quicksort.c: Don't sort the portion of the list that matches the pivot.
src/sorting/quicksort.c