So, I'm staring at a file containing several copies of a very carefully implemented versions of quickSort and mergeSort.
I'd like to remove the deprecation. I can feed it 4 things out of order and get them back sorted. Is that good enough?
So, I'm staring at a file containing several copies of a very carefully implemented versions of quickSort and mergeSort.
I'd like to remove the deprecation. I can feed it 4 things out of order and get them back sorted. Is that good enough?