Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   Trace quicksort algorithm - quicksort and to partition 80 40 25 20 30 60 15 paper st (https://www.askmehelpdesk.com/showthread.php?t=774397)

  • Nov 8, 2013, 07:31 AM
    ciminello
    Trace quicksort algorithm - quicksort and to partition 80 40 25 20 30 60 15 paper st
    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

  • All times are GMT -7. The time now is 03:51 AM.