Sorting algorithms/Heapsort: Difference between revisions

Content added Content deleted
mNo edit summary
Line 2,910: Line 2,910:
acdhijkqw</lang>
acdhijkqw</lang>


=={{header|etet}}==
=={{header|Janet}}==
Translation of [https://gist.github.com/Techcable/c411b3a550e252b1fd681e1fc1734174 this] Python code. Based on R. Sedgwick's Algorithms Section 2.4.
Translation of [https://gist.github.com/Techcable/c411b3a550e252b1fd681e1fc1734174 this] Python code. Based on R. Sedgwick's Algorithms Section 2.4.


Line 3,007: Line 3,007:
@[-1 3 6 7 9 12 17]
@[-1 3 6 7 9 12 17]
</pre>
</pre>



=={{header|Java}}==
=={{header|Java}}==