----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Assignment11_Original_Sort\Stultz\testsort [+] Array Randomly Generated... Before bubbleSort: 177 105 45 50 159 152 185 172 217 34 194 241 42 36 131 After bubbleSort: 34 36 42 45 50 105 131 152 159 172 177 185 194 217 241 [+] Array Randomly Generated... Before insertionSort: 177 105 45 50 159 152 185 172 217 34 194 241 42 36 131 After insertionSort: 34 36 42 45 50 105 131 152 159 172 177 185 194 217 241 [+] Array Randomly Generated... Before selectionSort: 228 51 182 73 18 119 109 106 143 132 196 178 48 11 157 After selectionSort: 11 18 48 51 73 106 109 119 132 143 157 178 182 196 228 [+] Array Randomly Generated... Before quickSort: 73 217 49 114 74 173 74 119 113 143 213 91 67 221 195 After quickSort: 49 67 73 74 74 91 113 114 119 143 173 195 213 217 221 Program has exited normally. ----jGRASP: operation complete. Stultz Messed with book's quicksort until he got it running used book's insertion sort which was cumbersome