descendeing heap sort

Posted by user1 on Stack Overflow See other posts from Stack Overflow or by user1
Published on 2010-06-01T04:22:49Z Indexed on 2010/06/01 4:23 UTC
Read the original article Hit count: 264

Filed under:
|

use heap sort to sort this in descending order and show the steps or explanation please below is the tree

                             79
                       33           57
                    8     25    48

below is the array 79 - 33 - 57 - 8 - 25 - 48

© Stack Overflow or respective owner

Related posts about sort

Related posts about heap