Heapsort: Difference between revisions

Content deleted Content added
Ayman (talk | contribs)
Implementation in pseudocode
Ayman (talk | contribs)
Line 46:
'''while''' (end >= 0)
swap(a[end], a[0])
sift(arra, 0, end)
end := end - 1