- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
You must log in or register to comment.
Ah, this looks like it’s a snap to use.
Oh God no. If I had to use snap to install this, I’ll pass.
Then you’ll need some heroes to install it, even if they’re a bit of a flat pack.
If you have the stones to try it
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).