Skip to main content
ICT
Lesson A17 - Quadratic Sorting Algorithms
 
Main   Previous Next
 

A17 Introduction page 1 of 11

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:

  1. Sorting Template Program
  2. Bubble Sort
  3. Selection Sort
  4. Insertion Sort
  5. Counting Steps - Quadratic Algorithms
  6. Animated Sort Simulations
  7. Sorting Objects
Main   Previous Next
Contact
 © ICT 2006, All Rights Reserved.