|
|
In this lesson, you will learn about three sorting algorithms: bubble, selection, and insertion. You are responsible for knowing how they work, but you do not necessarily need to memorize and reproduce the code. After counting the number of steps of each algorithm, you will have a sense of the relative speeds of these three sorts.
The key topics for this lesson are:
- Sorting Template Program
- Bubble Sort
- Selection Sort
- Insertion Sort
- Counting Steps - Quadratic Algorithms
- Animated Sort Simulations
- Sorting Objects
|