You must log in or register to comment.
for i in range(1, len(a)): if a[i] < a[i-1]: like_all_things_should_be = False break
What’s going on in Thanos’ head in all that B-roll
Is this like the Stalin sort?
Similar principle but O(log(n)) istead of Stalin sorts O(n).