python-算法-排序-快排

def quick_sort(data,left,right):
		if left=tmp:
						right-=1
					data[left]=data[right]
				while left

你可能感兴趣的:(python-算法-排序-快排)