SUNY Geneseo Department of Computer Science


Performance of Quicksort

{Date}

CSci 240, Spring 2007
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture

Questions?

Finding most and least swaps in lab?

Quicksort's Performance

Section 10.3

[Most Functions Behave Asymptotically the Same on Whole and Restricted Domains]

Is there an easier way to deduce any of the closed forms?

Can Quicksort's worst case be avoided/improved?

Next

A sorting algorithm with a fast worst case

Read sections 10.4.1 and 10.4.2


Next Lecture