Describe Selection Sort
WCRT Θ(n^2)
WCRT Θ(n log n)
WCRT Θ(n)
ACRT Θ(n log n)
Best possible WCRT
In Place
Run space +Θ(n)
Stable
Not Stable
Comparison Sort
Describe Insertion Sort
Describe Heap Sort
Describe Quick Sort
Describe Merge Sort for arrays
Describe Merge Sort for lists
Describe Counting Sort
Describe Radix Sort
Describe Bit Sort
Describe Byte Sort