any better code to initalize a list of lists?
Terry Reedy
tjreedy at udel.edu
Fri Mar 9 00:46:48 EST 2007
"Paul Rubin" <"http://phr.cx"@NOSPAM.invalid> wrote in message
news:7xps7j6tct.fsf at ruckus.brouhaha.com...
| "John" <rds1226 at sh163.net> 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.
More information about the Python-list
mailing list