Introduction:
The following lessons introduce the topic of algorithms by discussing the characteristics of a good algorithm and comparing several sorting algorithms to illustrate algorithm efficiency and algorithm analysis. Each lesson includes a set of review questions which test the important concepts from the lesson and provide practice problems. After reading each lesson, you should work the review questions before proceeding to the next lesson. Use the navigation bar at the top of this page to view the lessons and access the review questions. Each lesson page has a link on the navigation bar which will take you to the review questions for that lesson. To begin your study, click
at the top of this page.
Lessons:
Learning objectives:
Specify simple algorithms using Structured English Sort numbers using Simple, Insertion, and Selection sorts Compare simple algorithms for efficiency of space and time