python實現睡眠排序(sleep sort)

本文主要介紹使用python實現睡眠排序(Sleep Sort)。python import _thread from time import sleep import numpy as np items = [2, 4, 10, 2, 1, 7] # 求平均值 m = np.mean(items) # 求數字位數 length = len(str(m).split('.')[0]) # 計算等
相關文章
相關標籤/搜索