7 ms·
I'd say it's good in the sense that it is readable provided you are familiar with the syntax for list comprehensions and appendings, and obviously correct if yo
by th0114nd 12y ago
I'd say it's good in the sense that it is readable provided you are familiar with the syntax for list comprehensions and appendings, and obviously correct if you know quicksort.
- dllthomas 12y agoUnless you consider part of the definition of quicksort to be "in place".