U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 1000 Seconds to load array : 0.000347 Seconds for Quick Sort : 0.000565 Seconds for Merge Sort : 0.001467 Seconds for Insertion Sort : 0.007820 Seconds for Bubble Sort : 0.018392 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 2000 Seconds to load array : 0.000688 Seconds for Quick Sort : 0.001257 Seconds for Merge Sort : 0.003013 Seconds for Insertion Sort : 0.032911 Seconds for Bubble Sort : 0.076113 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 3000 Seconds to load array : 0.001032 Seconds for Quick Sort : 0.002002 Seconds for Merge Sort : 0.004671 Seconds for Insertion Sort : 0.068909 Seconds for Bubble Sort : 0.168622 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 4000 Seconds to load array : 0.001373 Seconds for Quick Sort : 0.002692 Seconds for Merge Sort : 0.006294 Seconds for Insertion Sort : 0.125421 Seconds for Bubble Sort : 0.314839 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 5000 Seconds to load array : 0.001714 Seconds for Quick Sort : 0.003337 Seconds for Merge Sort : 0.008003 Seconds for Insertion Sort : 0.195832 Seconds for Bubble Sort : 0.461777 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 6000 Seconds to load array : 0.002061 Seconds for Quick Sort : 0.004065 Seconds for Merge Sort : 0.009707 Seconds for Insertion Sort : 0.278060 Seconds for Bubble Sort : 0.671917 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 7000 Seconds to load array : 0.002400 Seconds for Quick Sort : 0.004768 Seconds for Merge Sort : 0.011334 Seconds for Insertion Sort : 0.382649 Seconds for Bubble Sort : 0.939726 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 8000 Seconds to load array : 0.002745 Seconds for Quick Sort : 0.005462 Seconds for Merge Sort : 0.012968 Seconds for Insertion Sort : 0.499442 Seconds for Bubble Sort : 1.190125 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 9000 Seconds to load array : 0.003087 Seconds for Quick Sort : 0.006355 Seconds for Merge Sort : 0.014901 Seconds for Insertion Sort : 0.631136 Seconds for Bubble Sort : 1.535630 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 10000 Seconds to load array : 0.003430 Seconds for Quick Sort : 0.007172 Seconds for Merge Sort : 0.016583 Seconds for Insertion Sort : 0.771447 Seconds for Bubble Sort : 1.948927 U:\Web\CS240_Fall_2007\lab12>