Sorting algorithms/Radix sort: Difference between revisions

Content added Content deleted
Line 3,517: Line 3,517:
#(2 2 45 66 75 90 170 802)</pre>
#(2 2 45 66 75 90 170 802)</pre>


===An implementation using 9's-complements to support negative integers===
===An implementation using lexicographic order to support negative integers===
{{works with|R7RS}}
{{works with|R7RS}}