def circle_sort(collection: list) -> list: if len(collection) < 2: return collection def circle_sort_util
京公网安备 11010502049817号