Other
Interactive Data Structure Visualizations: Quick Sort
A visualization / animation of a quick sort at work. The animation will work in either automatic mode or a mode where the user can drive. The animation can be found under the "Efficient Sorts" link in the left panel.
University of Auckland School of Computer Science
Morris: Quick Sort
A description and demonstration of the quick sort algorithm.
Khan Academy
Khan Academy: Overview of Quicksort
Learn how a quicksort uses divide-and-conquer, and so it's a recursive algorithm.