[Tutor] to sort

Kent Johnson kent37 at tds.net
Fri Dec 26 14:32:40 CET 2008


On Fri, Dec 26, 2008 at 1:21 AM, prasad rao <prasadaraon50 at gmail.com> wrote:

> By the way how can I view the builtin code for sort method?

Look at the source - Objects/listobject.c - starting at the comment
"Lots of code for an adaptive, stable, natural mergesort."
http://svn.python.org/view/python/trunk/Objects/listobject.c?rev=67498&view=markup

The source also includes an interesting and detailed description of
the sort algorithm:
http://svn.python.org/view/python/trunk/Objects/listsort.txt?rev=51013&view=auto

Kent


More information about the Tutor mailing list