Hi, so for my homework assignment, we are meant to change this
function so that instead of making a list from the array going up
in an ascending order, making it be listed in descending order,
meaning going from largest number to smallest number, the code I
have now works for the ascending order, but how would I change this
for it to go descending? Any help would be amazing, and please with
a tutorial, thanks so much.
def heapify(arr,...