----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Assignment11_Original_Sort\Yoshi\testSort 247 194 200 141 201 113 227 69 109 132 87 57 64 83 185 bubble sort 247 194 200 141 201 113 227 69 109 132 87 57 64 83 185 sorted array 57 64 69 83 87 109 113 132 141 185 194 200 201 227 247 247 194 200 141 201 113 227 69 109 132 87 57 64 83 185 insertion sort 247 194 200 141 201 113 227 69 109 132 87 57 64 83 185 sorted array 57 64 69 83 87 109 113 132 141 185 194 200 201 227 247 201 143 240 186 145 126 151 244 105 128 17 14 75 167 112 selection sort 201 143 240 186 145 126 151 244 105 128 17 14 75 167 112 sorted array 14 17 75 105 112 126 128 143 145 151 167 186 201 240 244 201 143 240 186 145 126 151 244 105 128 17 14 75 167 112 quick sort 201 143 240 186 145 126 151 244 105 128 17 14 75 167 112 sorted array 14 17 75 105 112 126 128 143 145 151 167 186 201 240 244 program ended normally ----jGRASP: operation complete. Yoshi, Insertion Sort doesn't SWAP You seem to have gotten Quick Sort to work. Looked on web until found a version that made sense and worked.