Sorting algorithms/Heapsort: Difference between revisions

No edit summary
Line 3,379:
=={{header|Ring}}==
<lang ring>
# Project : Sorting algorithms/Heapsort
# Date : 2018/03/04
# Author : Gal Zsolt [~ CalmoSoft ~]
# Email : <calmosoft@gmail.com>
 
test = [4, 65, 2, -31, 0, 99, 2, 83, 782, 1]
see "before sort:" + nl
2,468

edits