What is sorting? Sorting is the process of rearranging the items in a collection (e.g. an array) so that the items are in some kind of order. Examples Sorting numbers Sorting names alphabetically Sorting movies based on release year Sorting movies based on revenue Why do we need to learn this? Sorting is an incredibly common task, so it's good to know how it works There are many ways and there a..