fn radix_quicksort_helper(
    arr: &mut [&str],
    output: &mut [String],
    left: usize,
    right: usize,
    d: usize
)