CommieSort

A simple yet effective sorting algorithm. Predecessor to StalinSort. How it works: Assume the first member is in order. Head to the next member larger than the previous one. Eliminate every member which is not in order. Simple