2 4 5 6 7 8 9Trace the operation of quicksort on this array. Show all recursive calls; for each call show the parameters and the return value, and indicate any changes that are made in the array.
6 5 2 7 8 9 4Trace the operation of quicksort on this array. Show all recursive calls; for each call show the parameters and the return value, and indicate any changes that are made in the array.