Answer TRUE or FALSE.
Radix Sort as implemented in this module would be a good solution for alphabetizing words.
Words have widely varing lengths.
Unless one implements a different version of Radix Sort to account for different lengths, the longest length will dictate the amount of work to be done.
That wastes a lot of time on short words.