Skip to main content
Logo

Python Simple Sort

November 5, 2012
1 min read

Quick sort routine…

def sort(array):
if len(array)