Welcome to Week 3

Welcome to week three of Think like a Computer Scientist.

Last week, you implemented algorithms to use and manipulate data structures known as lists.

In this week of the course, you will learn about a variety of algorithms that are used to sort lists — that is, reorder the list items according to their value.

You’ll also explore what it means to talk about the efficiency of an algorithm, by comparing different algorithms that do the same thing in different ways.