Insertion Sort Algorithm and its complexity - Array in C - This algorithm scans an array 'list' (with n element list[1], list [2], .... list[n]) from list [1] to list[n], inserting each element list [i] into its proper position in the previously...