Content deleted Content added
m →Language/library support: change to https if the server sends HSTS header, replaced: http://docs.python.org → https://docs.python.org (2) using AWB |
m →Specialised sorting algorithms: tone, link |
||
Line 23:
partial_quicksort(A, p+1, j, k)
The resulting algorithm is called partial quicksort and requires an ''expected'' time of only {{math|''O''(''n'' + ''k'' log ''k'')}}, and is quite efficient in practice, especially if
==Tournament algorithm==
|