See also: https://github.com/drathier/stack-overflow-import
>>> from stackoverflow import quick_sort >>> print(quick_sort.sort([1, 3, 2, 5, 4])) [1, 2, 3, 4, 5]