Sorting algorithms/Radix sort: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added a subroutine, optimized the sort algorithm, add/changed comments and whitespace.)
Line 528: Line 528:
<lang># Radix sort - sorts positive integers
<lang># Radix sort - sorts positive integers
#
#
intvars
subr sort
subr sort
radix = 16
radix = 16