Embed presentation
Download to read offline

The document requests the implementation and testing of a heapsort function in Python. It specifies that the heap should be treated as a list and prohibits the use of Python's built-in sorted() function for sorting. The focus is on using the heap sort algorithm to sort the heap.
