Stalin Sort is a satirical sorting algorithm that removes any element that is out of order rather than swapping it. The remaining elements are sorted by default. It's mostly a humorous example of a destructive sort.
Paradigm
Destructive / Humor
Author
Humorists
Tier
Time Complexity
Best
Avg
Worst
Space
O(n)
Properties