The objective of this experiment is to generate a sorted list of numbers in ascending order from a Max Heap.
The HeapSort Algorithmic experiment consists of a Max Heap. Click on "Next" button to follow the HeapSort Algorithm. Following three steps are repeated in order untill we have a tree with a single node:
If single node remains, remove it and add it to the front of the list.