----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Assignment11_Original_Sort\Ward\TestSort Unsorted array: 124 83 24 164 162 23 183 155 177 97 133 111 130 214 227 Bubble sort : 23 24 83 97 111 124 130 133 155 162 164 177 183 214 227 Unsorted array: 124 83 24 164 162 23 183 155 177 97 133 111 130 214 227 Insertion sort: 23 24 83 97 111 124 130 133 155 162 164 177 183 214 227 Unsorted array: 199 88 244 249 235 66 142 242 196 155 226 154 61 108 176 Selection sort: 61 66 88 108 142 154 155 176 196 199 226 235 242 244 249 ----jGRASP: operation complete.