CSC 343 - Data Structures

Dr. R. M. Siegfried

Assignment #9 - Creating A Heap and Sort It

Due Monday, November 21 2016

Given the following list of values (in order), create the heap and then use the heap to place the numbers in their final sorted positions:

32, 57, 6, 18, 22, 13, 80, 90, 25, 6

Show your work in diagram form

[Back to the Assignments List]