Compare sorting algorithms' performance: Difference between revisions

Content added Content deleted
(Using Template:Libheader, instead of Template:Library)
m (→‎{{header|Python}}: Changed over to works with template)
Line 26: Line 26:
# What conclusions about relative performance of the sorting routines could be made based on the plots?
# What conclusions about relative performance of the sorting routines could be made based on the plots?
=={{header|Python}}==
=={{header|Python}}==
'''Interpreter:''' [[Python]] 2.5
{{works with|Python|2.5}}
[[Category:Python]]
===Examples of sorting routines===
===Examples of sorting routines===
def builtinsort(x):
def builtinsort(x):