Skip to content

    Insertion Sort

    Created by
    ChrisBleakley
    ChrisBleakley

    The Insertion Sort algorithm organises lists of names or numbers into a specific order, such as alphabetical characters. The algorithm is easy to understand but is slow for sorting very large lists.