PDA

View Full Version : Trace quicksort algorithm - quicksort and to partition 80 40 25 20 30 60 15 paper st


ciminello
Nov 8, 2013, 07:31 AM
I looking for paper step on a quicksort and to partition in ascending order
80 40 25 20 30 60 15

I have done this not sue if it is right.
80 40 25 20 30 60 15
15 40 25 20 30 60 80
15 40 30 20 25 60 80
15 40 30 25 20 60 80
15 20 30 25 40 60 80
15 20 25 30 40 60 80

This is java