Sorting algorithms/Heapsort: Difference between revisions

added FunL
(added FunL)
(added FunL)
Line 915:
 
=={{header|FunL}}==
Direct, line by line translation of the pseudocode. The array object (using Scala's <code>ArraySeq</code> class) has built-in method <code>length</code>, so the <code>count</code> parameter is not needed.
 
<lang funl>def heapSort( a ) =
Anonymous user