Sorting Algorithm

Algorithm that sorts elements in a list.

A sorting algorithm is an algorithm that puts elements of a list in the correct order. The most common orders are numerical and alphabetical.

Built by Tim Jones