U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 10 Seconds to load array : 0.000011 Seconds for Quick Sort : 0.000008 Seconds for Merge Sort : 0.000045 Seconds for Insertion Sort : 0.000010 Seconds for Bubble Sort : 0.000006 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 20 Seconds to load array : 0.000014 Seconds for Quick Sort : 0.000012 Seconds for Merge Sort : 0.000061 Seconds for Insertion Sort : 0.000013 Seconds for Bubble Sort : 0.000012 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 30 Seconds to load array : 0.000018 Seconds for Quick Sort : 0.000017 Seconds for Merge Sort : 0.000066 Seconds for Insertion Sort : 0.000021 Seconds for Bubble Sort : 0.000020 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 40 Seconds to load array : 0.000021 Seconds for Quick Sort : 0.000019 Seconds for Merge Sort : 0.000083 Seconds for Insertion Sort : 0.000026 Seconds for Bubble Sort : 0.000031 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 50 Seconds to load array : 0.000023 Seconds for Quick Sort : 0.000025 Seconds for Merge Sort : 0.000096 Seconds for Insertion Sort : 0.000035 Seconds for Bubble Sort : 0.000048 U:\Web\CS240_Fall_2007\lab12> U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 60 Seconds to load array : 0.000046 Seconds for Quick Sort : 0.000030 Seconds for Merge Sort : 0.000112 Seconds for Insertion Sort : 0.000049 Seconds for Bubble Sort : 0.000069 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 70 Seconds to load array : 0.000028 Seconds for Quick Sort : 0.000034 Seconds for Merge Sort : 0.000132 Seconds for Insertion Sort : 0.000055 Seconds for Bubble Sort : 0.000085 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 80 Seconds to load array : 0.000032 Seconds for Quick Sort : 0.000040 Seconds for Merge Sort : 0.000142 Seconds for Insertion Sort : 0.000068 Seconds for Bubble Sort : 0.000128 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 90 Seconds to load array : 0.000036 Seconds for Quick Sort : 0.000046 Seconds for Merge Sort : 0.000171 Seconds for Insertion Sort : 0.000081 Seconds for Bubble Sort : 0.000134 U:\Web\CS240_Fall_2007\lab12>all_sorts How many numbers would you like to sort? 100 Seconds to load array : 0.000039 Seconds for Quick Sort : 0.000053 Seconds for Merge Sort : 0.000177 Seconds for Insertion Sort : 0.000095 Seconds for Bubble Sort : 0.000178 U:\Web\CS240_Fall_2007\lab12>