Top "Binary-heap" questions

How to write the Max Heap code without recursion

I have written the MAX-HEAPIFY(A,i) method from the introduction to algorithms book. Now I want to write it …

data-structures heap heapsort binary-heap