Radix Sort
Requires a defined character ordering.
Stable intermediate sorting is required for LSD radix sort.
For fixed-length keys, complexity can approach O(d(n+k)).
String handling depends on alphabet size and encoding.
MSD radix sorting is useful for variable-length strings and prefix-oriented processing.