Sorting algorithms/Heapsort: Difference between revisions

Content added Content deleted
No edit summary
m (→‎{{header|Ring}}: Remove vanity tags)
Line 3,419: Line 3,419:
<lang ring>
<lang ring>
# Project : Sorting algorithms/Heapsort
# 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]
test = [4, 65, 2, -31, 0, 99, 2, 83, 782, 1]