Introduction to Sorting Algorithms

A brief introduction to algorithms used for sorting a list (Reading time: under 1 minute)

We'll cover the following...

With sorting algorithms, we can put items of a list in the right order. There are many different ways to ...