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