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