Algorithms Postman Sort Postman sort works by sorting the integers of an array from their most significant digits to their least significant digits. It is a variant of radix sort.