U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 100000 Seconds to load array : 0.029868 Seconds for Quick Sort : 0.084221 Seconds for Merge Sort : 0.204743 Seconds for Insertion Sort : 70.318949 Seconds for Bubble Sort : 159.797210 U:\Web\CS240_Fall_2007\lab12>