Timsort in Cpython

alphonse23 at gmail.com alphonse23 at gmail.com
Sat Jun 15 15:44:01 EDT 2013


I'm currently trying to make sense of Python's Timsort function. From the wikipedia page I was told the algorithm is located somewhere here: http://hg.python.org/cpython/file/default/Objects/listobject.c

So of all the functions in there, could somebody point to me which one is timsort?

Thanks, if anyone can help.
Alphonse23



More information about the Python-list mailing list