Here random_data and reverse_data have 2nd order curves while sorted_data seems linear. Insertion sort has time complexity of O (n) for sorted data and O (n^2) for all other cases. Thus this is ...