# radix sort, O(Nk) # "Mastering Algorithms in Perl", Orwant, et. al. my @sorted_names = radixSort(\@names);