python:实现stooge sort臭皮匠排序
def stooge_sort_(arr, l, h):
if l >= h:
return 0
# If first element is smaller than last, then swap
if arr[l]
def stooge_sort_(arr, l, h):
if l >= h:
return 0
# If first element is smaller than last, then swap
if arr[l]