Stalin Sort This is a nonsensical sorting algorithm with a O(n) runtime. However, it discards entries it finds that are out of order. This is mainly a toy project intended to learn Go's generics.