The following array is to be sorted in ascending order. Use
The following array is to be sorted in ascending order. Use the QuickSort algorithm to rearrange the array. Clearly show the internal state of the array after each pass of the sorting process. 3 4 5 6