pub fn LsdRadix(arr: Vec<u32>) -> PyResult<Vec<u32>>
Sorts a list of integers using LSD (Least Significant Digit) Radix Sort.
arr
A sorted vector of integers.