pub fn Shell(arr: Vec<i32>) -> PyResult<Vec<i32>>
Sorts the array using the Shell Sort algorithm.
arr
The sorted array.