I\'ve written a quickSort method that I use to try to sort an array that is already nearly sorted - in reverse. So the quickSort tries to sort it in ascending o
quickSort