Quicksort versus Selection Sort

Quicksort, the most widely used sorting algorithm, is contrasted with the less efficient selection sort.
Quicksort starts by picking an element, called a pivot (white), from the list. The list is reordered so that all elements (red) that are less than the pivot are put before the pivot and all elements (blue) greater than or equal to the pivot are put after it. After this partitioning, the pivot is in its final position. This partitioning operation is recursively applied to the resulting sublists.
Selection sort first finds the minimum element in the list. That element is swapped with the first element. This procedure is repeated starting with the second position, and so on.

comments
 
Powered by Wolfram Mathematica
Give us your feedback
Give us your feedback

Source page:




 often  occasionally  never

Note: Please do not include anything you consider confidential or proprietary. Your message and contact information may be shared with the author of any specific Demonstration for which you give feedback, but will not otherwise be published or distributed.
Privacy Policy »

Note: To run this Demonstration you need the free
Mathematica Player
or Mathematica 7+
Download or upgrade to Mathematica Player 7
I already have Mathematica Player or Mathematica 7+