String Sorting: LSD Radix Sort
Sort strings stably from the rightmost character to the leftmost character using buckets.
Ready.
If strings have different lengths, shorter strings are internally left-padded with blank characters so that every position can be processed.