Jump to content

Sorting algorithms/Radix sort: Difference between revisions

m
m (→‎{{header|REXX}}: added boilerplate to the sort's preamble.)
Line 1,841:
</pre>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>ClearAll[SortByPos, RadixSort]
SortByPos[data : {_List ..}, pos_Integer] := Module[{digs, order},
1,111

edits

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