5
comments
Ah, this looks like it's a snap to use.
27 0 ReplyIf you have the stones to try it
13 0 Reply
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
9 0 ReplyIs this like the Stalin sort?
5 0 ReplySimilar principle but O(log(n)) istead of Stalin sorts O(n).
5 0 Reply