Speed: Insertion Sort The algorithm takes one value at a time from the unsorted part of the array and puts it into the right place in the sorted part of the array, until the array is sorted.How it works: Take the first value from the unsorted part of the array. Move the value into...