|
Introduction
Syllabus
Guidelines for labs
Lab sections
Take quiz & check grades
| |
Heapsort:
 | What happens if you list the elements you extract from a Heap?
|
 | If you extract elements from a Heap and insert them in an array, what is the order
of elements in the array?
|
 | Can you fill the array backwards?
|
 | Can you use the same array inside the heap to sort? |
 | Procedure Heapsort |
|