python排序
摘要:
import random def bubble_sort(li): for i in range(len(li)-1): exch_flag = False for j in range(len(li)-i-1): if li[j+1] =0 and tmp li[left]: left += 1 ... 阅读全文
posted @ 2019-06-16 16:48 小流江海 阅读(201) 评论(0) 推荐(0) 编辑