Dictator sort is a glorius sorting algorithm that only needs to pass the list a single time, unlike inferior algorithms. It compares the element to the element directly adjacent, and if that element is larger, it lets it stay. If not, the next number is clearly dissident and does not belong on the list, so it is deleted.