|
3 |
edited tags
|
||
|
2 |
edited tags
|
||
|
1 |
|
||
comparison sort problemDoes a comparison sort have to compare the A[i] largest and A[i+1] largest values? I think any comparison sort must, but I'm not sure. I've checked out mergesort, insertion sort, and quicksort and in each of them the A[i] largest and A[i+1] largest values have to be compared.
|
||||
