"Paul Rubin" <"http://phr.cx"@NOSPAM.invalid> wrote in message news:[EMAIL PROTECTED] | "John" <[EMAIL PROTECTED]> writes: | > I want to radix sort non-negative integers that can fit into 32-bits. | | But why do you want to do that? Why not just use Python's built-in | sorting operation?
Perhaps to learn or teach about the algorithm. Python is good for that. -- http://mail.python.org/mailman/listinfo/python-list