im trying to time these 3 algorithms using the same array so i can compare their speeds.
test= [5,4,7,9,2,3,6] def insertionSort(array): arrayI= [] array