Jump to content

Sorting algorithms/Heapsort: Difference between revisions

m
(→‎{{header|REXX}}: add Rexx Version 2)
Line 1,972:
 
swap: Proc(x,y);
Dcl (x,vy) Bin Fixed(31);
Dcl temp Char(50) Var;
temp=a(x);
Line 2,042:
element 24 after sort xi
element 25 after sort zeta
</pre>
 
=={{header|PureBasic}}==
2,301

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.